Home
last modified time | relevance | path

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

/bionic/libc/netbsd/net/
Dgetaddrinfo.c228 static int get_portmatch(const struct addrinfo *, const char *);
672 error = get_portmatch(pai, servname); in android_getaddrinfoforiface()
819 if (get_portmatch(pai, servname) != 0) in explore_fqdn()
889 if (get_portmatch(pai, servname) != 0) in explore_null()
945 if (get_portmatch(pai, servname) != 0) in explore_numeric()
1031 if (get_portmatch(pai, servname) != 0) in explore_numeric_scope()
1128 get_portmatch(const struct addrinfo *ai, const char *servname) in get_portmatch() function