Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Din_pcblist.c751 error = ifnet_list_get_all(IFNET_FAMILY_ANY, &ifp_list, &count); in inpcb_get_ports_used()
/xnu-11215/bsd/net/
H A Dkpi_interface.h103 IFNET_FAMILY_ANY = 0, enumerator
H A Dkpi_interface.c2652 if (family == IFNET_FAMILY_ANY || ifp->if_family == family) { in ifnet_list_get_common()
H A Ddlil.c2258 _CASSERT(IFRTYPE_FAMILY_ANY == IFNET_FAMILY_ANY); in dlil_init()
7846 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifp_list, &count) == 0) { in dlil_send_arp()
H A Dif.c5978 if (ifnet_list_get_all(IFNET_FAMILY_ANY, &ifp, &count) == 0) { in if_down_all()
/xnu-11215/bsd/skywalk/namespace/
H A Dnetns.c1981 error = ifnet_list_get_all(IFNET_FAMILY_ANY, &ifp_list, &count); in netns_get_local_ports()