/external/netperf/ |
D | netserver.c | 153 char listen_port[10]; variable 829 strncpy(listen_port,TEST_PORT,sizeof(listen_port)); in main() 875 strncpy(listen_port,optarg,sizeof(listen_port)); in main() 972 set_up_server(local_host_name,listen_port,local_address_family); in main() 987 strncpy(listen_port,TEST_PORT,sizeof(listen_port)); in main() 988 set_up_server(local_host_name,listen_port,local_address_family); in main() 996 strncpy(listen_port,TEST_PORT,sizeof(listen_port)); in main() 997 set_up_server(local_host_name,listen_port,local_address_family); in main()
|
/external/chromium/net/tools/flip_server/ |
D | flip_config.cc | 11 std::string listen_port, in FlipAcceptor() argument 27 listen_port_(listen_port), in FlipAcceptor() 106 std::string listen_port, in AddAcceptor() argument 123 listen_port, in AddAcceptor()
|
D | flip_config.h | 29 std::string listen_port, 72 std::string listen_port,
|
/external/chromium_org/net/tools/flip_server/ |
D | flip_config.cc | 13 std::string listen_port, in FlipAcceptor() argument 29 listen_port_(listen_port), in FlipAcceptor() 105 std::string listen_port, in AddAcceptor() argument 122 listen_port, in AddAcceptor()
|
D | flip_config.h | 28 std::string listen_port, 71 std::string listen_port,
|
/external/openssh/ |
D | mux.c | 525 fwd->listen_host, fwd->listen_port, in format_forward() 532 fwd->listen_host, fwd->listen_port); in format_forward() 538 fwd->listen_port, in format_forward() 562 if (a->listen_port != b->listen_port) in compare_forward() 594 rfwd->listen_port, rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 596 if (rfwd->listen_port == 0) { in mux_confirm_remote_forward() 611 "listen port %d", rfwd->listen_port); in mux_confirm_remote_forward() 638 buffer_get_int_ret(&fwd.listen_port, m) != 0 || in process_mux_open_fwd() 671 if (fwd.listen_port >= 65536) { in process_mux_open_fwd() 673 fwd.listen_port); in process_mux_open_fwd() [all …]
|
D | readconf.c | 264 if (newfwd->listen_port < IPPORT_RESERVED && original_real_uid != 0) in add_local_forward() 273 fwd->listen_port = newfwd->listen_port; in add_local_forward() 294 fwd->listen_port = newfwd->listen_port; in add_remote_forward() 1411 fwd->listen_port = a2port(fwdarg[0]); in parse_forward() 1417 fwd->listen_port = a2port(fwdarg[1]); in parse_forward() 1423 fwd->listen_port = a2port(fwdarg[0]); in parse_forward() 1430 fwd->listen_port = a2port(fwdarg[1]); in parse_forward() 1450 if (fwd->listen_port < 0 || (!remotefwd && fwd->listen_port == 0)) in parse_forward()
|
D | serverloop.c | 1112 u_short listen_port; in server_input_global_request() local 1118 listen_port = (u_short)packet_get_int(); in server_input_global_request() 1120 listen_address, listen_port); in server_input_global_request() 1125 (!want_reply && listen_port == 0) in server_input_global_request() 1127 || (listen_port != 0 && listen_port < IPPORT_RESERVED && in server_input_global_request() 1136 listen_address, listen_port, in server_input_global_request()
|
D | ssh.c | 459 stdio_forward_port = fwd.listen_port; in main() 1021 rfwd->listen_port, rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward() 1022 if (type == SSH2_MSG_REQUEST_SUCCESS && rfwd->listen_port == 0) { in ssh_confirm_remote_forward() 1032 "listen port %d", rfwd->listen_port); in ssh_confirm_remote_forward() 1035 "listen port %d", rfwd->listen_port); in ssh_confirm_remote_forward() 1094 options.local_forwards[i].listen_port, in ssh_init_forwarding() 1099 options.local_forwards[i].listen_port, in ssh_init_forwarding() 1115 options.remote_forwards[i].listen_port, in ssh_init_forwarding() 1120 options.remote_forwards[i].listen_port, in ssh_init_forwarding()
|
D | channels.c | 113 u_short listen_port; /* Remote side should listen port number. */ member 2639 u_short listen_port, int *allocated_listen_port, argument 2703 snprintf(strport, sizeof strport, "%d", listen_port); 2735 if (type == SSH_CHANNEL_RPORT_LISTENER && listen_port == 0 && 2781 if (type == SSH_CHANNEL_RPORT_LISTENER && listen_port == 0 && 2795 c->listening_port = listen_port; 2800 listen_port); 2827 channel_setup_local_fwd_listener(const char *listen_host, u_short listen_port, argument 2831 listen_host, listen_port, NULL, host_to_connect, port_to_connect, 2838 u_short listen_port, int *allocated_listen_port, int gateway_ports) argument [all …]
|
D | readconf.h | 23 int listen_port; /* Port to forward. */ member
|
D | clientloop.c | 935 fwd.listen_port, fwd.connect_host, in process_cmdline() 942 fwd.listen_port, fwd.connect_host, in process_cmdline() 1741 u_short listen_port, originator_port; in client_request_forwarded_tcpip() local 1745 listen_port = packet_get_int(); in client_request_forwarded_tcpip() 1751 "originator %s port %d", listen_address, listen_port, in client_request_forwarded_tcpip() 1754 c = channel_connect_by_listen_address(listen_port, in client_request_forwarded_tcpip()
|