Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c109 static int __find_mapped(struct hostent *, int);
304 __find_mapped(buf6->result, 0) != 0) { in getipnodebyname()
1079 if ((__find_mapped(he, 0)) == 0) { in __mappedtov4()
1223 __find_mapped(struct hostent *he, int find_both) in __find_mapped() function