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

  /external/netperf/src/
nettest_bsd.c 202 static int client_port_max = 65535;
201 static int client_port_max = 65535; variable
    [all...]
nettest_omni.c 455 static int client_port_max = 65535; variable
920 client_port_max for our initial port number, but only for a
925 if (client_port_max - client_port_min) {
927 (rand() % (client_port_max - client_port_min));
956 if (myport >= client_port_max) {
    [all...]

Completed in 155 milliseconds