Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c2962 struct if_bond_req ibr; in bond_ioctl() local
3058 error = copyin(user_addr, &ibr, sizeof(ibr)); in bond_ioctl()
3062 switch (ibr.ibr_op) { in bond_ioctl()
3065 port_ifp = ifunit(ibr.ibr_ibru.ibru_if_name); in bond_ioctl()
3085 switch (ibr.ibr_op) { in bond_ioctl()
3101 if_bond_debug = ibr.ibr_ibru.ibru_int_val; in bond_ioctl()
3105 switch (ibr.ibr_ibru.ibru_int_val) { in bond_ioctl()
3116 error = bond_set_mode(ifp, ibr.ibr_ibru.ibru_int_val); in bond_ioctl()
3124 error = copyin(user_addr, &ibr, sizeof(ibr)); in bond_ioctl()
3128 switch (ibr.ibr_op) { in bond_ioctl()
[all …]