Home
last modified time | relevance | path

Searched refs:proto_unplumb (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dkpi_protocol.h218 extern errno_t proto_unplumb(protocol_family_t protocol_family, ifnet_t ifp);
H A Dkpi_protocol.c419 proto_unplumb(protocol_family_t protocol_family, ifnet_t ifp) in proto_unplumb() function
H A Ddlil.c9335 proto_unplumb(family, ifp); in ifnet_detach_final()
10014 (void) proto_unplumb(PF_INET, ifp); in dlil_proto_unplumb_all()
10015 (void) proto_unplumb(PF_INET6, ifp); in dlil_proto_unplumb_all()
/xnu-8019.80.24/bsd/netinet6/
H A Din6_ifattach.c693 errorx = proto_unplumb(PF_INET6, ifp); in in6_domifattach()
H A Din6.c1424 if ((error = proto_unplumb(PF_INET6, ifp))) { in in6_control()
/xnu-8019.80.24/bsd/netinet/
H A Din.c360 errorx = proto_unplumb(PF_INET, ifp); in in_domifattach()
1320 return (ifa == NULL) ? proto_unplumb(PF_INET, ifp) : EBUSY; in in_control()