Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_bond.c637 bond_handle_event(struct ifnet * port_ifp, int event_code);
650 bondport_create(struct ifnet * port_ifp, lacp_port_priority priority,
698 static int bond_add_interface(struct ifnet * ifp, struct ifnet * port_ifp);
699 static int bond_remove_interface(ifbond_ref ifb, struct ifnet * port_ifp);
1130 struct ifnet * port_ifp = p->po_ifp; in bond_setmulti() local
1133 ifp, port_ifp); in bond_setmulti()
1137 ifb->ifb_name, port_ifp->if_xname, error); in bond_setmulti()
1545 ifnet_t port_ifp = NULL; in bond_get_port_ifp() local
1554 port_ifp = ifb->ifb_distributing_array[port_index]->po_ifp; in bond_get_port_ifp()
1558 return port_ifp; in bond_get_port_ifp()
[all …]