Searched refs:listen_port (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dmux.c525 fwd->listen_host, fwd->listen_port,
532 fwd->listen_host, fwd->listen_port);
538 fwd->listen_port,
562 if (a->listen_port != b->listen_port)
594 rfwd->listen_port, rfwd->connect_host, rfwd->connect_port);
596 if (rfwd->listen_port == 0) {
612 if (rfwd->listen_port == 0)
615 "listen port %d", rfwd->listen_port);
642 buffer_get_int_ret(&fwd.listen_port,
789 int i, listen_port, ret = 0; local
[all...]
H A Dreadconf.h23 int listen_port; /* Port to forward. */ member in struct:__anon3208
H A Dssh.c461 stdio_forward_port = fwd.listen_port;
1027 rfwd->listen_port, rfwd->connect_host, rfwd->connect_port);
1028 if (rfwd->listen_port == 0) {
1044 "listen port %d", rfwd->listen_port);
1047 "listen port %d", rfwd->listen_port);
1098 options.local_forwards[i].listen_port,
1103 options.local_forwards[i].listen_port,
1119 options.remote_forwards[i].listen_port,
1125 options.remote_forwards[i].listen_port,
H A Dreadconf.c281 if (newfwd->listen_port < IPPORT_RESERVED && original_real_uid != 0)
290 fwd->listen_port = newfwd->listen_port;
311 fwd->listen_port = newfwd->listen_port;
1479 fwd->listen_port = a2port(fwdarg[0]);
1485 fwd->listen_port = a2port(fwdarg[1]);
1491 fwd->listen_port = a2port(fwdarg[0]);
1498 fwd->listen_port = a2port(fwdarg[1]);
1518 if (fwd->listen_port <
[all...]
H A Dserverloop.c1125 u_short listen_port; local
1131 listen_port = (u_short)packet_get_int();
1133 listen_address, listen_port);
1138 (!want_reply && listen_port == 0)
1140 || (listen_port != 0 && listen_port < IPPORT_RESERVED &&
1149 listen_address, listen_port,
H A Dchannels.c113 u_short listen_port; /* Remote side should listen port number. */ member in struct:__anon3182
2724 u_short listen_port, int *allocated_listen_port,
2761 snprintf(strport, sizeof strport, "%d", listen_port);
2793 if (type == SSH_CHANNEL_RPORT_LISTENER && listen_port == 0 &&
2836 * listen_port == 0 requests a dynamically allocated port -
2839 if (type == SSH_CHANNEL_RPORT_LISTENER && listen_port == 0 &&
2854 if (listen_port == 0 && allocated_listen_port != NULL &&
2858 c->listening_port = listen_port;
2863 listen_port);
2925 channel_setup_local_fwd_listener(const char *listen_host, u_short listen_port, argument
2723 channel_setup_fwd_listener(int type, const char *listen_addr, u_short listen_port, int *allocated_listen_port, const char *host_to_connect, u_short port_to_connect, int gateway_ports) argument
2935 channel_setup_remote_fwd_listener(const char *listen_address, u_short listen_port, int *allocated_listen_port, int gateway_ports) argument
2971 channel_request_remote_forwarding(const char *listen_host, u_short listen_port, const char *host_to_connect, u_short port_to_connect) argument
3341 channel_connect_by_listen_address(u_short listen_port, char *ctype, char *rname) argument
[all...]
H A Dclientloop.c1049 fwd.listen_port, fwd.connect_host,
1056 fwd.listen_port, fwd.connect_host,
1918 u_short listen_port, originator_port; local
1922 listen_port = packet_get_int();
1928 "originator %s port %d", listen_address, listen_port,
1931 c = channel_connect_by_listen_address(listen_port,
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dserver.c4278 in_port_t listen_port, udpport_low, udpport_high; local
4571 listen_port = ns_g_port;
4573 CHECKM(ns_config_getport(config, &listen_port), "port");
4610 CHECK(ns_listenlist_default(ns_g_mctx, listen_port,
4639 CHECK(ns_listenlist_default(ns_g_mctx, listen_port,
/macosx-10.10/apr-32/apr/apr/
H A Dconfigure27001 int listen_port, rc;
27036 listen_port = sa.sin_port;
27049 sa.sin_port = listen_port;
27148 int listen_port, rc;
27175 listen_port = sa.sin_port;
27193 sa.sin_port = listen_port;

Completed in 359 milliseconds