Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dkpi_protocol.h174 extern errno_t proto_register_plumber(protocol_family_t proto_fam,
H A Dether_if_module.c638 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 Dif_loop.c599 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 Dif_gif.c257 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 Dkpi_protocol.c345 proto_register_plumber(protocol_family_t protocol_family, in proto_register_plumber() function
H A Dnet_stubs.c270 STUB(proto_register_plumber);
H A Dif_stf.c305 error = proto_register_plumber(PF_INET6, APPLE_IF_FAM_STF, in stfattach()
H A Dif_vlan.c2098 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 Dif_6lowpan.c1055 error = proto_register_plumber(PF_INET6, IFNET_FAMILY_6LOWPAN, in sixlowpan_family_init()
H A Dif_utun.c1465 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 Dif_ipsec.c392 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 Dif_bond.c3436 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()