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

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.h70 @constant IFNET_FAMILY_ANY Match interface of any family type.
88 IFNET_FAMILY_ANY = 0, enumerator in enum:__anon14572
2802 find interfaces of all families, use IFNET_FAMILY_ANY.
2821 find interfaces of all families, use IFNET_FAMILY_ANY.
H A Dkpi_interface.c1966 if (family == IFNET_FAMILY_ANY || ifp->if_family == family) {
H A Ddlil.c1313 _CASSERT(IFRTYPE_FAMILY_ANY == IFNET_FAMILY_ANY);
4331 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifp_list, &count) == 0) {
H A Dif.c3376 if (ifnet_list_get_all(IFNET_FAMILY_ANY, &ifp, &count) == 0) {

Completed in 111 milliseconds