Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dif_bond.c2960 struct if_bond_req ibr; in bond_ioctl() local
3056 error = copyin(user_addr, &ibr, sizeof(ibr)); in bond_ioctl()
3060 switch (ibr.ibr_op) { in bond_ioctl()
3063 port_ifp = ifunit(ibr.ibr_ibru.ibru_if_name); in bond_ioctl()
3083 switch (ibr.ibr_op) { in bond_ioctl()
3099 if_bond_debug = ibr.ibr_ibru.ibru_int_val; in bond_ioctl()
3103 switch (ibr.ibr_ibru.ibru_int_val) { in bond_ioctl()
3114 error = bond_set_mode(ifp, ibr.ibr_ibru.ibru_int_val); in bond_ioctl()
3122 error = copyin(user_addr, &ibr, sizeof(ibr)); in bond_ioctl()
3126 switch (ibr.ibr_op) { in bond_ioctl()
[all …]