Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c9608 proto_unplumb(family, ifp); in ifnet_detach_final()
10290 (void) proto_unplumb(PF_INET, ifp); in dlil_proto_unplumb_all()
10291 (void) proto_unplumb(PF_INET6, ifp); in dlil_proto_unplumb_all()
/xnu-11215.1.10/bsd/netinet6/
H A Din6_ifattach.c689 errorx = proto_unplumb(PF_INET6, ifp); in in6_domifattach()
H A Din6.c1400 if ((error = proto_unplumb(PF_INET6, ifp))) { in in6_control()
/xnu-11215.1.10/bsd/netinet/
H A Din.c1232 return (ifa == NULL) ? proto_unplumb(PF_INET, ifp) : EBUSY; in in_control()