Searched refs:proxyfd (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.bin/nc/ |
| D | socks.c | 120 int proxyfd, r; in socks_connect() local 132 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect() 134 if (proxyfd < 0) in socks_connect() 152 cnt = atomicio(vwrite, proxyfd, buf, 3); in socks_connect() 156 cnt = atomicio(read, proxyfd, buf, 2); in socks_connect() 205 cnt = atomicio(vwrite, proxyfd, buf, wlen); in socks_connect() 209 cnt = atomicio(read, proxyfd, buf, 10); in socks_connect() 227 cnt = atomicio(vwrite, proxyfd, buf, wlen); in socks_connect() 231 cnt = atomicio(read, proxyfd, buf, 8); in socks_connect() 257 cnt = atomicio(vwrite, proxyfd, buf, r); in socks_connect() [all …]
|