Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dether_inet_pr_module.c581 error = ifnet_attach_protocol_v2(ifp, proto_family, &proto); in ether_attach_inet()
H A Dif_loop.c585 result = ifnet_attach_protocol_v2(ifp, protocol_family, &proto); in lo_attach_proto()
H A Dkpi_interface.h2315 extern errno_t ifnet_attach_protocol_v2(ifnet_t interface,
H A Dif_vlan.c2056 error = ifnet_attach_protocol_v2(ifp, PF_VLAN, &reg); in vlan_attach_protocol()
H A Dif_bond.c3380 error = ifnet_attach_protocol_v2(ifp, PF_BOND, &reg); in bond_attach_protocol()
H A Ddlil.c4596 ifnet_attach_protocol_v2(ifnet_t ifp, protocol_family_t protocol, in ifnet_attach_protocol_v2() function
H A Dif_bridge.c1615 error = ifnet_attach_protocol_v2(ifp, PF_BRIDGE, &reg); in bridge_interface_attach_protocol()