Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c190 static int get_portmatch __P((const struct addrinfo *, const char *));
439 error = get_portmatch(pai, servname);
469 if (get_portmatch(pai, servname) != 0)
569 if (get_portmatch(pai, servname) != 0)
627 if (get_portmatch(pai, servname) != 0)
979 get_portmatch(const struct addrinfo *ai, const char *servname) { in get_portmatch() function