| /src/crypto/external/bsd/openssh/dist/ |
| misc.h | 34 int listen_port; /* Port to forward. */ member in struct:Forward
|
| clientloop.c | 1718 u_int listen_port, originator_port; local 1723 (r = sshpkt_get_u32(ssh, &listen_port)) != 0 || 1730 listen_address, listen_port, originator_address, originator_port); 1732 if (listen_port > 0xffff) 1738 listen_address, listen_port, "forwarded-tcpip", 1755 (r = sshbuf_put_u32(b, listen_port)) != 0 ||
|
| channels.c | 120 int listen_port; /* Remote side should listen port. */ member in struct:permission 713 const char *listen_host, const char *listen_path, int listen_port, 731 (*permp)[n].listen_port = listen_port; 753 c->self, perm->listen_host, perm->listen_port); 760 (r = sshpkt_put_u32(ssh, perm->listen_port)) != 0 || 3224 u_int id, remote_id, listen_port; local 3312 (r = sshbuf_get_u32(original, &listen_port)) != 0) { 3316 if (listen_port > 65535) { 3318 listen_host, listen_port); 4377 int port_to_connect, listen_port; local [all...] |
| /src/dist/pf/usr.sbin/ftp-proxy/ |
| ftp-proxy.c | 127 char *fixed_server, *fixed_server_port, *fixed_proxy, *listen_ip, *listen_port, variable 627 listen_port = "8021"; 689 listen_port = optarg; 769 error = getaddrinfo(listen_ip, listen_port, &hints, &res); 816 logmsg(LOG_NOTICE, "listening on %s port %s", listen_ip, listen_port);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| ioloop.h | 191 uint16_t listen_port; member in struct:dso_transport
|
| /src/external/bsd/unbound/dist/services/ |
| listen_dnsport.h | 137 struct listen_port { struct 139 struct listen_port* next; 164 struct listen_port* listening_ports_open(struct config_file* cfg, 170 void listening_ports_free(struct listen_port* list); 213 listen_create(struct comm_base* base, struct listen_port* ports,
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| remote-utils.cc | 384 char listen_port[GDB_NI_MAX_PORT]; local 393 listen_port, sizeof (listen_port), 400 fprintf (stderr, _("Listening on port %s\n"), listen_port);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| remote-utils.cc | 382 char listen_port[GDB_NI_MAX_PORT]; local 391 listen_port, sizeof (listen_port), 398 fprintf (stderr, _("Listening on port %s\n"), listen_port);
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 8424 in_port_t listen_port, udpport_low, udpport_high; local 8979 listen_port = named_g_port; 8981 result = named_config_getport(config, "port", &listen_port); 9045 listen_port, true, 9079 listen_port, true,
|