Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgetaddrinfo.c233 static int get_port(const struct addrinfo *, const char *, int);
288 error = get_port((ai), (serv), 0); \
1133 return get_port(ai, servname, 1); in get_portmatch()
1137 get_port(const struct addrinfo *ai, const char *servname, int matchonly) in get_port() function