Searched refs:get_portmatch (Results 1 – 1 of 1) sorted by relevance
137 static int get_portmatch(const struct addrinfo*, const char*);354 error = get_portmatch(&tmp, servname); in android_getaddrinfofornetcontext()474 if ((error = get_portmatch(pai, servname))) return error; in explore_fqdn()530 if (get_portmatch(pai, servname) != 0) return 0; in explore_null()575 if (get_portmatch(pai, servname) != 0) return 0; in explore_numeric()630 if (get_portmatch(pai, servname) != 0) return 0; in explore_numeric_scope()705 static int get_portmatch(const struct addrinfo* ai, const char* servname) { in get_portmatch() function