Searched refs:proto_register_plumber (Results 1 – 12 of 12) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | kpi_protocol.h | 174 extern errno_t proto_register_plumber(protocol_family_t proto_fam,
|
| H A D | ether_if_module.c | 638 if ((error = proto_register_plumber(PF_INET, APPLE_IF_FAM_ETHERNET, in ether_family_init() 644 if ((error = proto_register_plumber(PF_INET6, APPLE_IF_FAM_ETHERNET, in ether_family_init()
|
| H A D | if_loop.c | 599 if ((error = proto_register_plumber(PF_INET, in lo_reg_if_mods() 605 if ((error = proto_register_plumber(PF_INET6, in lo_reg_if_mods()
|
| H A D | if_gif.c | 257 result = proto_register_plumber(PF_INET, APPLE_IF_FAM_GIF, in gif_init() 264 result = proto_register_plumber(PF_INET6, APPLE_IF_FAM_GIF, in gif_init()
|
| H A D | kpi_protocol.c | 345 proto_register_plumber(protocol_family_t protocol_family, in proto_register_plumber() function
|
| H A D | net_stubs.c | 270 STUB(proto_register_plumber);
|
| H A D | if_stf.c | 305 error = proto_register_plumber(PF_INET6, APPLE_IF_FAM_STF, in stfattach()
|
| H A D | if_vlan.c | 2098 error = proto_register_plumber(PF_INET, IFNET_FAMILY_VLAN, in vlan_family_init() 2105 error = proto_register_plumber(PF_INET6, IFNET_FAMILY_VLAN, in vlan_family_init()
|
| H A D | if_6lowpan.c | 1055 error = proto_register_plumber(PF_INET6, IFNET_FAMILY_6LOWPAN, in sixlowpan_family_init()
|
| H A D | if_utun.c | 1465 if ((result = proto_register_plumber(PF_INET, IFNET_FAMILY_UTUN, in utun_register_control() 1474 if ((result = proto_register_plumber(PF_INET6, IFNET_FAMILY_UTUN, in utun_register_control()
|
| H A D | if_ipsec.c | 392 if ((result = proto_register_plumber(PF_INET, IFNET_FAMILY_IPSEC, in ipsec_register_control() 401 if ((result = proto_register_plumber(PF_INET6, IFNET_FAMILY_IPSEC, in ipsec_register_control()
|
| H A D | if_bond.c | 3436 error = proto_register_plumber(PF_INET, APPLE_IF_FAM_BOND, in bond_family_init() 3444 error = proto_register_plumber(PF_INET6, APPLE_IF_FAM_BOND, in bond_family_init()
|