Home
last modified time | relevance | path

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

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