Home
last modified time | relevance | path

Searched refs:ifnet_detach_protocol (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dndrv.c621 ifnet_detach_protocol(ifp, proto_family); in ndrv_do_detach()
637 ifnet_detach_protocol(ifp, PF_NDRV); in ndrv_do_detach()
878 result = ifnet_detach_protocol(np->nd_if, np->nd_proto_family); in ndrv_delspec()
941 ifnet_detach_protocol(ifp, PF_NDRV); in ndrv_handle_ifp_detach()
H A Dether_inet6_pr_module.c284 (void) ifnet_detach_protocol(ifp, protocol_family); in ether_detach_inet6()
H A Dkpi_protocol.c430 ret = ifnet_detach_protocol(ifp, protocol_family); in proto_unplumb()
H A Dether_inet_pr_module.c592 (void) ifnet_detach_protocol(ifp, proto_family); in ether_detach_inet()
H A Dnet_stubs.c100 STUB(ifnet_detach_protocol);
H A Dkpi_interface.h2328 extern errno_t ifnet_detach_protocol(ifnet_t interface,
H A Dif_vlan.c2075 error = ifnet_detach_protocol(ifp, PF_VLAN); in vlan_detach_protocol()
H A Dif_bond.c3399 error = ifnet_detach_protocol(ifp, PF_BOND); in bond_detach_protocol()
H A Dif_bridge.c1627 (void)ifnet_detach_protocol(ifp, PF_BRIDGE); in bridge_interface_detach_protocol()
2672 error = ifnet_detach_protocol(ifp, PF_BRIDGE); in bridge_detach_protocol()
H A Dif.c4768 error = ifnet_detach_protocol(ifp, PF_NULL); in ifioctl_ifreq()
H A Ddlil.c4658 ifnet_detach_protocol(ifnet_t ifp, protocol_family_t proto_family) in ifnet_detach_protocol() function