Searched refs:proxyfd (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | socks.c | 155 int proxyfd, r, authretry = 0; in socks_connect() local 178 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect() 180 if (proxyfd < 0) in socks_connect() 192 cnt = atomicio(vwrite, proxyfd, buf, 3); in socks_connect() 196 cnt = atomicio(read, proxyfd, buf, 2); in socks_connect() 251 cnt = atomicio(vwrite, proxyfd, buf, wlen); in socks_connect() 260 cnt = atomicio(read, proxyfd, buf, 10); in socks_connect() 278 cnt = atomicio(vwrite, proxyfd, buf, wlen); in socks_connect() 286 cnt = atomicio(read, proxyfd, buf, 8); in socks_connect() 312 cnt = atomicio(vwrite, proxyfd, buf, r); in socks_connect() [all …]
|