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...] |