Searched refs:get_portmatch (Results 1 – 1 of 1) sorted by relevance
136 static int get_portmatch(const struct addrinfo*, const char*);353 error = get_portmatch(&tmp, servname); in android_getaddrinfofornetcontext()473 if ((error = get_portmatch(pai, servname))) return error; in explore_fqdn()529 if (get_portmatch(pai, servname) != 0) return 0; in explore_null()574 if (get_portmatch(pai, servname) != 0) return 0; in explore_numeric()629 if (get_portmatch(pai, servname) != 0) return 0; in explore_numeric_scope()704 static int get_portmatch(const struct addrinfo* ai, const char* servname) { in get_portmatch() function