Searched refs:get_portmatch (Results 1 – 1 of 1) sorted by relevance
231 static int get_portmatch(const struct addrinfo *, const char *);675 error = get_portmatch(pai, servname); in android_getaddrinfofornetcontext()823 if (get_portmatch(pai, servname) != 0) in explore_fqdn()893 if (get_portmatch(pai, servname) != 0) in explore_null()949 if (get_portmatch(pai, servname) != 0) in explore_numeric()1035 if (get_portmatch(pai, servname) != 0) in explore_numeric_scope()1132 get_portmatch(const struct addrinfo *ai, const char *servname) in get_portmatch() function