OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:proxyfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/nc/
socks.c
192
int
proxyfd
, r, authretry = 0;
local
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
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 104 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026