Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_bond.c2954 struct if_bond_req ibr; in bond_ioctl() local
3050 error = copyin(user_addr, &ibr, sizeof(ibr)); in bond_ioctl()
3054 switch (ibr.ibr_op) { in bond_ioctl()
3057 port_ifp = ifunit(ibr.ibr_ibru.ibru_if_name); in bond_ioctl()
3077 switch (ibr.ibr_op) { in bond_ioctl()
3093 if_bond_debug = ibr.ibr_ibru.ibru_int_val; in bond_ioctl()
3097 switch (ibr.ibr_ibru.ibru_int_val) { in bond_ioctl()
3108 error = bond_set_mode(ifp, ibr.ibr_ibru.ibru_int_val); in bond_ioctl()
3116 error = copyin(user_addr, &ibr, sizeof(ibr)); in bond_ioctl()
3120 switch (ibr.ibr_op) { in bond_ioctl()
[all …]