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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.h54 @constant IFNET_FAMILY_ANY Match interface of any family type.
72 IFNET_FAMILY_ANY = 0, enumerator in enum:__anon214
1500 find interfaces of all families, use IFNET_FAMILY_ANY.
1518 find interfaces of all families, use IFNET_FAMILY_ANY.
H A Dkpi_interface.c1117 if (family == IFNET_FAMILY_ANY || ifp->if_family == family)
1137 if (family == IFNET_FAMILY_ANY ||
H A Dif.c2130 if (ifnet_list_get_all(IFNET_FAMILY_ANY, &ifp, &count) == 0) {
H A Ddlil.c1839 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifp_list, &count) == 0) {

Completed in 21 milliseconds