Searched defs:v4only (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dsocks.c70 * Indicate whether the host address is IPv4 (v4only) and numeric.
74 socklen_t addrlen, int v4only, int numeric)
80 hints.ai_family = v4only ? PF_INET : PF_UNSPEC;
73 decode_addrport(const char *h, const char *p, struct sockaddr *addr, socklen_t addrlen, int v4only, int numeric) argument

Completed in 57 milliseconds