Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h127 int listening_port; /* port being listened for forwards */ member
Dchannels.c346 c->listening_port = 0; in channel_new()
1360 c->listening_port = 0; in channel_connect_stdio_fwd()
1497 rtype, c->listening_port, c->path, c->host_port, in port_open_helper()
1582 c->listening_port, c->path, c->host_port); in channel_post_port_listener()
1615 nc->listening_port = c->listening_port; in channel_post_port_listener()
3318 c->listening_port = *allocated_listen_port;
3320 c->listening_port = fwd->listen_port;
3399 c->listening_port = PORT_STREAMLOCAL;
3414 if (strcmp(c->path, host) == 0 && c->listening_port == port) {
3467 if (c->listening_port != lport)