OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connect_port
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-getsockname.c
31
static int
connect_port
= -1;
variable
140
check_sockname(&peername, "127.0.0.1",
connect_port
, "accepted socket peer");
234
connect_port
= ntohs(((struct sockaddr_in*) &sockname)->sin_port);
235
ASSERT_GT(
connect_port
, 0);
/src/crypto/external/bsd/openssh/dist/
mux.c
578
fwd->connect_host, fwd->
connect_port
);
593
fwd->connect_host, fwd->
connect_port
);
624
if (a->
connect_port
!= b->
connect_port
)
658
rfwd->connect_host, rfwd->
connect_port
);
666
rfwd->connect_host, rfwd->
connect_port
);
671
rfwd->connect_host, rfwd->
connect_port
);
697
rfwd->connect_host, rfwd->
connect_port
);
759
fwd.
connect_port
= cport;
760
if (fwd.
connect_port
== PORT_STREAMLOCAL
[
all
...]
misc.h
37
int
connect_port
; /* Port to connect on connect_host. */
member in struct:Forward
readconf.c
434
fwd->
connect_port
= newfwd->
connect_port
;
463
fwd->
connect_port
= newfwd->
connect_port
;
3487
fwd->
connect_port
= PORT_STREAMLOCAL;
3492
fwd->
connect_port
= PORT_STREAMLOCAL;
3505
fwd->
connect_port
= a2port(fwdargs[2].arg);
3510
fwd->
connect_port
= PORT_STREAMLOCAL;
3515
fwd->
connect_port
= a2port(fwdargs[2].arg);
3523
fwd->
connect_port
= a2port(fwdargs[3].arg)
[
all
...]
ssh.c
1929
rfwd->connect_host, rfwd->
connect_port
);
1937
rfwd->connect_host, rfwd->
connect_port
);
1948
rfwd->
connect_port
);
2088
options.local_forwards[i].
connect_port
);
2111
options.remote_forwards[i].
connect_port
);
misc.c
2031
if (a->
connect_port
!= b->
connect_port
)
channels.c
4035
c->host_port = fwd->
connect_port
;
4080
port = fwd->
connect_port
;
4428
port_to_connect = fwd->
connect_port
;
/src/external/apache2/mDNSResponder/dist/DSO/
dso-transport.h
140
mDNSIPPort config_port,
connect_port
;
member in struct:dso_connect_state
dso-transport.c
996
cs->
connect_port
.NotAnInteger = 0;
1688
listen_context->
connect_port
= port;
Completed in 59 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026