Home
last modified time | relevance | path

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

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