Searched refs:IFNET_FAMILY_ANY (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h77 @constant IFNET_FAMILY_ANY Match interface of any family type.
96 IFNET_FAMILY_ANY = 0, enumerator in enum:__anon210
2386 find interfaces of all families, use IFNET_FAMILY_ANY.
2405 find interfaces of all families, use IFNET_FAMILY_ANY.
H A Dkpi_interface.c1685 if (family == IFNET_FAMILY_ANY || ifp->if_family == family) {
H A Dif.c3217 if (ifnet_list_get_all(IFNET_FAMILY_ANY, &ifp, &count) == 0) {
H A Ddlil.c3761 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifp_list, &count) == 0) {

Completed in 88 milliseconds