Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dether_inet6_pr_module.c272 error = ifnet_attach_protocol(ifp, protocol_family, &proto); in ether_attach_inet6()
H A Dndrv.c399 result = ifnet_attach_protocol(ifp, PF_NDRV, &ndrv_proto); in ndrv_bind()
785 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.h2284 extern errno_t ifnet_attach_protocol(ifnet_t interface,
H A Dif_vlan.c2114 error = ifnet_attach_protocol(ifp, PF_VLAN, &reg); in vlan_attach_protocol()
H A Dif_utun.c2914 errno_t result = ifnet_attach_protocol(interface, protocol, &proto); in utun_attach_proto()
H A Dif_bond.c3359 error = ifnet_attach_protocol(ifp, PF_BOND, &reg); in bond_attach_protocol()
H A Dif_ipsec.c4908 result = ifnet_attach_protocol(interface, protocol, &proto); in ipsec_attach_proto()
H A Dif.c4574 error = ifnet_attach_protocol(ifp, PF_NULL, &reg); in ifioctl_ifreq()
H A Dif_bridge.c2476 error = ifnet_attach_protocol(ifp, PF_BRIDGE, &reg); in bridge_attach_protocol()
H A Ddlil.c8673 ifnet_attach_protocol(ifnet_t ifp, protocol_family_t protocol, in ifnet_attach_protocol() function