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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.h67 @constant IFNET_FAMILY_ANY Match interface of any family type.
85 IFNET_FAMILY_ANY = 0, enumerator in enum:__anon14580
2811 find interfaces of all families, use IFNET_FAMILY_ANY.
2830 find interfaces of all families, use IFNET_FAMILY_ANY.
H A Dkpi_interface.c2009 if (family == IFNET_FAMILY_ANY || ifp->if_family == family) {
H A Ddlil.c1318 _CASSERT(IFRTYPE_FAMILY_ANY == IFNET_FAMILY_ANY);
4351 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifp_list, &count) == 0) {
H A Dif.c3434 if (ifnet_list_get_all(IFNET_FAMILY_ANY, &ifp, &count) == 0) {

Completed in 84 milliseconds