OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxyport
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/nc/
socks.c
189
const char *proxyhost, const char *
proxyport
, struct addrinfo proxyhints,
203
if (
proxyport
== NULL)
204
proxyport
= (socksv == -1) ? HTTP_PROXY_PORT : SOCKS_PORT;
216
proxyfd = remote_connect(proxyhost,
proxyport
, proxyhints);
netcat.c
165
char *proxy = NULL, *
proxyport
= NULL;
local in function:main
470
proxyport
= strchr(proxy, ']');
471
if (
proxyport
== NULL)
473
*
proxyport
++ = '\0';
474
if (*
proxyport
== '\0')
476
proxyport
= NULL;
478
if (*
proxyport
== ':')
479
++
proxyport
;
484
proxyport
= strrchr(proxy, ':');
485
if (
proxyport
!= NULL
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025