Searched refs:proxyport (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | socks.c | 150 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 D | netcat.c | 143 const char *errstr, *proxyhost = "", *proxyport = NULL; in main() local 337 proxyport = strtok(NULL, ":"); in main() 440 proxyhost, proxyport, proxyhints, socksv, in main()
|