Searched refs:ifnet_attach_protocol_v2 (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.101.15/bsd/net/ ! |
| H A D | ether_inet_pr_module.c | 581 error = ifnet_attach_protocol_v2(ifp, proto_family, &proto); in ether_attach_inet()
|
| H A D | if_loop.c | 585 result = ifnet_attach_protocol_v2(ifp, protocol_family, &proto); in lo_attach_proto()
|
| H A D | kpi_interface.h | 2315 extern errno_t ifnet_attach_protocol_v2(ifnet_t interface,
|
| H A D | if_vlan.c | 2056 error = ifnet_attach_protocol_v2(ifp, PF_VLAN, ®); in vlan_attach_protocol()
|
| H A D | if_bond.c | 3379 error = ifnet_attach_protocol_v2(ifp, PF_BOND, ®); in bond_attach_protocol()
|
| H A D | dlil.c | 4655 ifnet_attach_protocol_v2(ifnet_t ifp, protocol_family_t protocol, in ifnet_attach_protocol_v2() function
|