Home
last modified time | relevance | path

Searched refs:LIFC_ENABLED (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libsocket/inet/
H A Dgetifaddrs.c59 err = getallifaddrs(AF_UNSPEC, ifap, LIFC_ENABLED); in getifaddrs()
116 ret = getallifs(sock4, af, &buf, &numifs, (flags & ~LIFC_ENABLED)); in getallifaddrs()
140 if ((flags & LIFC_ENABLED) && !(lifrl.lifr_flags & IFF_UP)) in getallifaddrs()
/titanic_41/usr/src/uts/common/net/
H A Dif.h579 #define LIFC_ENABLED 0x20 /* Include only IFF_UP interfaces */ macro