Searched refs:proxyfd (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/netcat-22/
H A Dsocks.c116 int proxyfd, r; local
128 proxyfd = remote_connect(proxyhost, proxyport, proxyhints);
130 if (proxyfd < 0)
148 cnt = atomicio(vwrite, proxyfd, buf, 3);
152 cnt = atomicio(read, proxyfd, buf, 2);
201 cnt = atomicio(vwrite, proxyfd, buf, wlen);
205 cnt = atomicio(read, proxyfd, buf, 10);
223 cnt = atomicio(vwrite, proxyfd, buf, wlen);
227 cnt = atomicio(read, proxyfd, buf, 8);
253 cnt = atomicio(vwrite, proxyfd, bu
[all...]

Completed in 112 milliseconds