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

/freebsd-10.1-release/contrib/unbound/services/
H A Dlisten_dnsport.h95 struct listen_port { struct
97 struct listen_port* next;
115 struct listen_port* listening_ports_open(struct config_file* cfg,
121 void listening_ports_free(struct listen_port* list);
138 struct listen_port* ports, size_t bufsize, int tcp_accept_count,
H A Dlisten_dnsport.c653 port_insert(struct listen_port** list, int s, enum listen_type ftype)
655 struct listen_port* item = (struct listen_port*)malloc(
656 sizeof(struct listen_port));
740 struct addrinfo *hints, const char* port, struct listen_port** list,
838 listen_create(struct comm_base* base, struct listen_port* ports,
914 struct listen_port*
917 struct listen_port* list = NULL;
995 void listening_ports_free(struct listen_port* list)
997 struct listen_port* n
[all...]
/freebsd-10.1-release/contrib/unbound/daemon/
H A Ddaemon.h53 struct listen_port;
77 struct listen_port** ports;
83 struct listen_port* rc_ports;
H A Dworker.h58 struct listen_port;
142 struct listen_port* ports, int do_sigs);
H A Dremote.h53 struct listen_port;
130 struct listen_port* daemon_remote_open_ports(struct config_file* cfg);
140 struct listen_port* ports, struct worker* worker);
H A Ddaemon.c260 struct listen_port* p0;
287 if(!(daemon->ports = (struct listen_port**)calloc(
H A Dremote.c242 add_open(const char* ip, int nr, struct listen_port** list, int noproto_is_err)
246 struct listen_port* n;
289 n = (struct listen_port*)calloc(1, sizeof(*n));
305 struct listen_port* daemon_remote_open_ports(struct config_file* cfg)
307 struct listen_port* l = NULL;
355 struct listen_port* ports, struct worker* worker)
357 struct listen_port* p;
H A Dworker.c1098 struct listen_port* ports, int do_sigs)
/freebsd-10.1-release/crypto/openssh/
H A Dmux.c521 fwd->listen_host, fwd->listen_port,
528 fwd->listen_host, fwd->listen_port);
534 fwd->listen_port,
558 if (a->listen_port != b->listen_port)
590 rfwd->listen_port, rfwd->connect_host, rfwd->connect_port);
592 if (rfwd->listen_port == 0) {
608 if (rfwd->listen_port == 0)
611 "listen port %d", rfwd->listen_port);
648 fwd.listen_port
784 int i, listen_port, ret = 0; local
[all...]
H A Dreadconf.h24 int listen_port; /* Port to forward. */ member in struct:__anon5150
H A Dserverloop.c1138 u_short listen_port; local
1144 listen_port = (u_short)packet_get_int();
1146 listen_address, listen_port);
1151 (!want_reply && listen_port == 0)
1153 || (listen_port != 0 && listen_port < IPPORT_RESERVED &&
1162 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.c114 u_short listen_port; /* Remote side should listen port number. */ member in struct:__anon5119
2804 u_short listen_port, int *allocated_listen_port,
2841 snprintf(strport, sizeof strport, "%d", listen_port);
2873 if (type == SSH_CHANNEL_RPORT_LISTENER && listen_port == 0 &&
2916 * listen_port == 0 requests a dynamically allocated port -
2919 if (type == SSH_CHANNEL_RPORT_LISTENER && listen_port == 0 &&
2942 if (listen_port == 0 && allocated_listen_port != NULL &&
2946 c->listening_port = listen_port;
2951 listen_port);
3013 channel_setup_local_fwd_listener(const char *listen_host, u_short listen_port, argument
2803 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
3023 channel_setup_remote_fwd_listener(const char *listen_address, u_short listen_port, int *allocated_listen_port, int gateway_ports) argument
3059 channel_request_remote_forwarding(const char *listen_host, u_short listen_port, const char *host_to_connect, u_short port_to_connect) argument
3421 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;
1927 fwd->listen_port = a2port(fwdarg[0]);
1933 fwd->listen_port = a2port(fwdarg[1]);
1939 fwd->listen_port = a2port(fwdarg[0]);
1946 fwd->listen_port = a2port(fwdarg[1]);
1966 if (fwd->listen_port <
[all...]
H A Dclientloop.c982 fwd.listen_port, fwd.connect_host,
989 fwd.listen_port, fwd.connect_host,
1840 u_short listen_port, originator_port; local
1844 listen_port = packet_get_int();
1850 "originator %s port %d", listen_address, listen_port,
1853 c = channel_connect_by_listen_address(listen_port,
/freebsd-10.1-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-10.1-release/contrib/apr/
H A Dconfigure27102 int listen_port, rc;
27137 listen_port = sa.sin_port;
27150 sa.sin_port = listen_port;
27252 int listen_port, rc;
27281 listen_port = sa.sin_port;
27299 sa.sin_port = listen_port;

Completed in 382 milliseconds