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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2497 #define SMALL_HOSTNAME 20 macro
2505 char cache_small_hosts[SMALL_HOSTNAME + 1];
2667 if (hostnamelen <= SMALL_HOSTNAME)
2726 if (cachep->cache_hostname && hostnamelen > SMALL_HOSTNAME)

Completed in 80 milliseconds