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

  /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:__anon12451
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...]
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...]
channels.c 113 u_short listen_port; /* Remote side should listen port number. */ member in struct:__anon12425
    [all...]

Completed in 302 milliseconds