HomeSort by: relevance | last modified time | path
    Searched defs:proxyfd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/nc/
socks.c 192 int proxyfd, r, authretry = 0; local in function:socks_connect
216 proxyfd = remote_connect(proxyhost, proxyport, proxyhints);
218 if (proxyfd < 0)
230 cnt = atomicio(vwrite, proxyfd, buf, 3);
234 cnt = atomicio(read, proxyfd, buf, 2);
283 cnt = atomicio(vwrite, proxyfd, buf, wlen);
287 cnt = atomicio(read, proxyfd, buf, 4);
296 cnt = atomicio(read, proxyfd, buf + 4, 6);
301 cnt = atomicio(read, proxyfd, buf + 4, 18);
321 cnt = atomicio(vwrite, proxyfd, buf, wlen)
    [all...]
socks.c 192 int proxyfd, r, authretry = 0; local in function:socks_connect
216 proxyfd = remote_connect(proxyhost, proxyport, proxyhints);
218 if (proxyfd < 0)
230 cnt = atomicio(vwrite, proxyfd, buf, 3);
234 cnt = atomicio(read, proxyfd, buf, 2);
283 cnt = atomicio(vwrite, proxyfd, buf, wlen);
287 cnt = atomicio(read, proxyfd, buf, 4);
296 cnt = atomicio(read, proxyfd, buf + 4, 6);
301 cnt = atomicio(read, proxyfd, buf + 4, 18);
321 cnt = atomicio(vwrite, proxyfd, buf, wlen)
    [all...]

Completed in 52 milliseconds