Searched refs:get_portmatch (Results 1 – 1 of 1) sorted by relevance
135 static int get_portmatch(const struct addrinfo*, const char*);338 error = get_portmatch(&tmp, servname); in android_getaddrinfofornetcontext()458 if ((error = get_portmatch(pai, servname))) return error; in explore_fqdn()514 if (get_portmatch(pai, servname) != 0) return 0; in explore_null()559 if (get_portmatch(pai, servname) != 0) return 0; in explore_numeric()614 if (get_portmatch(pai, servname) != 0) return 0; in explore_numeric_scope()687 static int get_portmatch(const struct addrinfo* ai, const char* servname) { in get_portmatch() function