Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c9967 proto_unplumb(family, ifp); in ifnet_detach_final()
10652 (void) proto_unplumb(PF_INET, ifp); in dlil_proto_unplumb_all()
10653 (void) proto_unplumb(PF_INET6, ifp); in dlil_proto_unplumb_all()
/xnu-10063.101.15/bsd/netinet6/
H A Din6_ifattach.c689 errorx = proto_unplumb(PF_INET6, ifp); in in6_domifattach()
H A Din6.c1395 if ((error = proto_unplumb(PF_INET6, ifp))) { in in6_control()
/xnu-10063.101.15/bsd/netinet/
H A Din.c1226 return (ifa == NULL) ? proto_unplumb(PF_INET, ifp) : EBUSY; in in_control()