Home
last modified time | relevance | path

Searched refs:ibr (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/net/
H A Dif_bond.c2956 struct if_bond_req ibr; in bond_ioctl() local
3052 error = copyin(user_addr, &ibr, sizeof(ibr)); in bond_ioctl()
3056 switch (ibr.ibr_op) { in bond_ioctl()
3059 port_ifp = ifunit(ibr.ibr_ibru.ibru_if_name); in bond_ioctl()
3079 switch (ibr.ibr_op) { in bond_ioctl()
3095 if_bond_debug = ibr.ibr_ibru.ibru_int_val; in bond_ioctl()
3099 switch (ibr.ibr_ibru.ibru_int_val) { in bond_ioctl()
3110 error = bond_set_mode(ifp, ibr.ibr_ibru.ibru_int_val); in bond_ioctl()
3118 error = copyin(user_addr, &ibr, sizeof(ibr)); in bond_ioctl()
3122 switch (ibr.ibr_op) { in bond_ioctl()
[all …]