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

/freebsd-9.3-release/crypto/openssh/
H A Dmux.c523 fwd->listen_host, fwd->listen_port,
530 fwd->listen_host, fwd->listen_port);
536 fwd->listen_port,
560 if (a->listen_port != b->listen_port)
592 rfwd->listen_port, rfwd->connect_host, rfwd->connect_port);
594 if (rfwd->listen_port == 0) {
610 if (rfwd->listen_port == 0)
613 "listen port %d", rfwd->listen_port);
650 fwd.listen_port
786 int i, listen_port, ret = 0; local
[all...]
H A Dreadconf.h24 int listen_port; /* Port to forward. */ member in struct:__anon4717
H A Dserverloop.c1139 u_short listen_port; local
1145 listen_port = (u_short)packet_get_int();
1147 listen_address, listen_port);
1152 (!want_reply && listen_port == 0)
1154 || (listen_port != 0 && listen_port < IPPORT_RESERVED &&
1163 listen_address, listen_port,
H A Dssh.c665 stdio_forward_port = fwd.listen_port;
1283 rfwd->listen_port, rfwd->connect_host, rfwd->connect_port);
1284 if (rfwd->listen_port == 0) {
1300 "listen port %d", rfwd->listen_port);
1303 "listen port %d", rfwd->listen_port);
1354 options.local_forwards[i].listen_port,
1359 options.local_forwards[i].listen_port,
1375 options.remote_forwards[i].listen_port,
1381 options.remote_forwards[i].listen_port,
H A Dchannels.c115 u_short listen_port; /* Remote side should listen port number. */ member in struct:__anon4686
2805 u_short listen_port, int *allocated_listen_port,
2842 snprintf(strport, sizeof strport, "%d", listen_port);
2874 if (type == SSH_CHANNEL_RPORT_LISTENER && listen_port == 0 &&
2917 * listen_port == 0 requests a dynamically allocated port -
2920 if (type == SSH_CHANNEL_RPORT_LISTENER && listen_port == 0 &&
2943 if (listen_port == 0 && allocated_listen_port != NULL &&
2947 c->listening_port = listen_port;
2952 listen_port);
3014 channel_setup_local_fwd_listener(const char *listen_host, u_short listen_port, argument
2804 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
3024 channel_setup_remote_fwd_listener(const char *listen_address, u_short listen_port, int *allocated_listen_port, int gateway_ports) argument
3060 channel_request_remote_forwarding(const char *listen_host, u_short listen_port, const char *host_to_connect, u_short port_to_connect) argument
3422 channel_connect_by_listen_address(u_short listen_port, char *ctype, char *rname) argument
[all...]
H A Dreadconf.c310 if (newfwd->listen_port < ipport_reserved && original_real_uid != 0)
319 fwd->listen_port = newfwd->listen_port;
340 fwd->listen_port = newfwd->listen_port;
1921 fwd->listen_port = a2port(fwdarg[0]);
1927 fwd->listen_port = a2port(fwdarg[1]);
1933 fwd->listen_port = a2port(fwdarg[0]);
1940 fwd->listen_port = a2port(fwdarg[1]);
1960 if (fwd->listen_port <
[all...]
H A Dclientloop.c983 fwd.listen_port, fwd.connect_host,
990 fwd.listen_port, fwd.connect_host,
1841 u_short listen_port, originator_port; local
1845 listen_port = packet_get_int();
1851 "originator %s port %d", listen_address, listen_port,
1854 c = channel_connect_by_listen_address(listen_port,
/freebsd-9.3-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c127 const char *fixed_server, *fixed_server_port, *fixed_proxy, *listen_ip, *listen_port, variable
616 listen_port = "8021";
661 listen_port = optarg;
741 error = getaddrinfo(listen_ip, listen_port, &hints, &res);
788 logmsg(LOG_NOTICE, "listening on %s port %s", listen_ip, listen_port);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c4897 in_port_t listen_port, udpport_low, udpport_high; local
5191 listen_port = ns_g_port;
5193 CHECKM(ns_config_getport(config, &listen_port), "port");
5230 CHECK(ns_listenlist_default(ns_g_mctx, listen_port,
5259 CHECK(ns_listenlist_default(ns_g_mctx, listen_port,

Completed in 214 milliseconds