Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c183 char ifb_name[IFNAMSIZ]; member
717 printf("ifbond_release(%s)\n", ifb->ifb_name); in ifbond_release()
722 ifb->ifb_name); in ifbond_release()
762 printf("%s: %s msleep\n", ifb->ifb_name, msg); in ifbond_wait()
770 printf("%s: %s woke up\n", ifb->ifb_name, msg); in ifbond_wait()
791 printf("%s: %s wakeup\n", ifb->ifb_name, msg); in ifbond_signal()
1114 ifb->ifb_name, ifnet_name(port_ifp), in bond_setmulti()
1185 if ((u_int32_t)snprintf(ifb->ifb_name, sizeof(ifb->ifb_name), "%s%d", in bond_clone_create()
1186 ifc->ifc_name, unit) >= sizeof(ifb->ifb_name)) { in bond_clone_create()
1195 bond_init.uniqueid = ifb->ifb_name; in bond_clone_create()
[all …]