Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dether_inet_pr_module.c583 error = ifnet_attach_protocol_v2(ifp, proto_family, &proto); in ether_attach_inet()
H A Dif_loop.c583 result = ifnet_attach_protocol_v2(ifp, protocol_family, &proto); in lo_attach_proto()
H A Dkpi_interface.h2292 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.c3379 error = ifnet_attach_protocol_v2(ifp, PF_BOND, &reg); in bond_attach_protocol()
H A Ddlil.c8381 ifnet_attach_protocol_v2(ifnet_t ifp, protocol_family_t protocol, in ifnet_attach_protocol_v2() function