Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c414 #define isV6Addr(s) (strchr(s, (int)':') != 0) macro
444 if (isV6Addr(p)) { in __files_gethostent()