Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dsocks.c150 const char *proxyport, struct addrinfo proxyhints, int socksv, in socks_connect() argument
163 if (proxyport == NULL) in socks_connect()
164 proxyport = (socksv == -1) ? HTTP_PROXY_PORT : SOCKS_PORT; in socks_connect()
176 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
H A Dnetcat.c141 const char *errstr, *proxyhost = "", *proxyport = NULL; in main() local
330 proxyport = strtok(NULL, ":"); in main()
433 proxyhost, proxyport, proxyhints, socksv, in main()