Home
last modified time | relevance | path

Searched refs:ifnet_attach_protocol (Results 1 – 13 of 13) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dether_inet6_pr_module.c272 error = ifnet_attach_protocol(ifp, protocol_family, &proto); in ether_attach_inet6()
H A Dif_6lowpan.c850 error = ifnet_attach_protocol(ifp, PF_802154, &reg); in sixlowpan_attach_protocol()
1036 error = ifnet_attach_protocol(ifp, protocol_family, &proto); in sixlowpan_attach_inet6()
H A Dndrv.c400 result = ifnet_attach_protocol(ifp, PF_NDRV, &ndrv_proto); in ndrv_bind()
777 error = ifnet_attach_protocol(np->nd_if, ndrvSpec.protocol_family, in ndrv_setspec()
H A Dnet_stubs.c95 STUB(ifnet_attach_protocol);
H A Dif_stf.c262 stat = ifnet_attach_protocol(ifp, protocol_family, &reg); in stf_attach_inet6()
H A Dif_gif.c238 stat = ifnet_attach_protocol(ifp, protocol_family, &reg); in gif_attach_proto_family()
H A Dkpi_interface.h2260 extern errno_t ifnet_attach_protocol(ifnet_t interface,
H A Dif_vlan.c2035 error = ifnet_attach_protocol(ifp, PF_VLAN, &reg); in vlan_attach_protocol()
H A Dif_utun.c2911 errno_t result = ifnet_attach_protocol(interface, protocol, &proto); in utun_attach_proto()
H A Dif_ipsec.c4134 result = ifnet_attach_protocol(interface, protocol, &proto); in ipsec_attach_proto()
H A Dif_bond.c3367 error = ifnet_attach_protocol(ifp, PF_BOND, &reg); in bond_attach_protocol()
H A Dif_bridge.c2252 error = ifnet_attach_protocol(ifp, PF_BRIDGE, &reg); in bridge_attach_protocol()
H A Ddlil.c8055 ifnet_attach_protocol(ifnet_t ifp, protocol_family_t protocol, in ifnet_attach_protocol() function