Searched defs:IFINFOTIMEOUT (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1581 #define IFINFOTIMEOUT ((hrtime_t)300 * NANOSEC) macro
1649 * IFINFOTIMEOUT nanoseconds. Access to the interface list is
1696 if (localinfo == NULL || ((now - then) > IFINFOTIMEOUT)) {
1705 if (localinfo == NULL || ((now - then) > IFINFOTIMEOUT)) {

Completed in 29 milliseconds