Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Din_pcblist.c682 error = ifnet_list_get_all(IFNET_FAMILY_ANY, &ifp_list, &count); in inpcb_get_ports_used()
/xnu-8796.141.3/bsd/net/
H A Dkpi_interface.h103 IFNET_FAMILY_ANY = 0, enumerator
H A Dkpi_interface.c2557 if (family == IFNET_FAMILY_ANY || ifp->if_family == family) { in ifnet_list_get_common()
H A Dif.c5568 if (ifnet_list_get_all(IFNET_FAMILY_ANY, &ifp, &count) == 0) { in if_down_all()
H A Ddlil.c2490 _CASSERT(IFRTYPE_FAMILY_ANY == IFNET_FAMILY_ANY); in dlil_init()
7881 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifp_list, &count) == 0) { in dlil_send_arp()
/xnu-8796.141.3/bsd/skywalk/namespace/
H A Dnetns.c1895 error = ifnet_list_get_all(IFNET_FAMILY_ANY, &ifp_list, &count); in netns_get_local_ports()