HomeSort by relevance Sort by last modified time
    Searched refs:listen_port (Results 1 - 10 of 10) sorted by null

  /external/chromium/net/tools/flip_server/
flip_config.cc 11 std::string listen_port,
27 listen_port_(listen_port),
106 std::string listen_port,
123 listen_port,
flip_config.h 29 std::string listen_port,
72 std::string listen_port,
  /external/netperf/
netserver.c 153 char listen_port[10]; variable
829 strncpy(listen_port,TEST_PORT,sizeof(listen_port));
875 strncpy(listen_port,optarg,sizeof(listen_port));
972 set_up_server(local_host_name,listen_port,local_address_family);
987 strncpy(listen_port,TEST_PORT,sizeof(listen_port));
988 set_up_server(local_host_name,listen_port,local_address_family);
996 strncpy(listen_port,TEST_PORT,sizeof(listen_port))
    [all...]
  /external/openssh/
readconf.h 23 int listen_port; /* Port to forward. */ member in struct:__anon11206
mux.c 525 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) {
611 "listen port %d", rfwd->listen_port);
638 buffer_get_int_ret(&fwd.listen_port, m) != 0 ||
671 if (fwd.listen_port >= 65536)
    [all...]
ssh.c 459 stdio_forward_port = fwd.listen_port;
1021 rfwd->listen_port, rfwd->connect_host, rfwd->connect_port);
1022 if (type == SSH2_MSG_REQUEST_SUCCESS && rfwd->listen_port == 0) {
1032 "listen port %d", rfwd->listen_port);
1035 "listen port %d", rfwd->listen_port);
1094 options.local_forwards[i].listen_port,
1099 options.local_forwards[i].listen_port,
1115 options.remote_forwards[i].listen_port,
1120 options.remote_forwards[i].listen_port,
    [all...]
readconf.c 264 if (newfwd->listen_port < IPPORT_RESERVED && original_real_uid != 0)
273 fwd->listen_port = newfwd->listen_port;
294 fwd->listen_port = newfwd->listen_port;
    [all...]
serverloop.c 1112 u_short listen_port; local
1118 listen_port = (u_short)packet_get_int();
1120 listen_address, listen_port);
1125 (!want_reply && listen_port == 0)
1127 || (listen_port != 0 && listen_port < IPPORT_RESERVED &&
1136 listen_address, listen_port,
    [all...]
channels.c 113 u_short listen_port; /* Remote side should listen port number. */ member in struct:__anon11180
    [all...]
clientloop.c 935 fwd.listen_port, fwd.connect_host,
942 fwd.listen_port, fwd.connect_host,
1741 u_short listen_port, originator_port; local
    [all...]

Completed in 374 milliseconds