Home
last modified time | relevance | path

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

/freebsd/contrib/netcat/
H A Dsocks.c131 int proxyfd, r, authretry = 0; in socks_connect() local
154 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
156 if (proxyfd < 0) in socks_connect()
168 cnt = atomicio(vwrite, proxyfd, buf, 3); in socks_connect()
172 cnt = atomicio(read, proxyfd, buf, 2); in socks_connect()
221 cnt = atomicio(vwrite, proxyfd, buf, wlen); in socks_connect()
225 cnt = atomicio(read, proxyfd, buf, 4); in socks_connect()
232 cnt = atomicio(read, proxyfd, buf + 4, 6); in socks_connect()
237 cnt = atomicio(read, proxyfd, buf + 4, 18); in socks_connect()
257 cnt = atomicio(vwrite, proxyfd, buf, wlen); in socks_connect()
[all …]
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1476 int proxyfd, r, authretry = 0; in socks_connect() local
1499 proxyfd = remote_connect(proxyhost, proxyport, proxyhints); in socks_connect()
1501 if (proxyfd < 0) in socks_connect()
1513 cnt = atomicio(vwrite, proxyfd, buf, 3); in socks_connect()
1517 cnt = atomicio(read, proxyfd, buf, 2); in socks_connect()
1566 cnt = atomicio(vwrite, proxyfd, buf, wlen); in socks_connect()
1570 cnt = atomicio(read, proxyfd, buf, 4); in socks_connect()
1577 cnt = atomicio(read, proxyfd, buf + 4, 6); in socks_connect()
1582 cnt = atomicio(read, proxyfd, buf + 4, 18); in socks_connect()
1602 cnt = atomicio(vwrite, proxyfd, buf, wlen); in socks_connect()
[all …]