Searched refs:client_port_max (Results 1 - 1 of 1) sorted by relevance

/external/netperf/
H A Dnettest_bsd.c182 static int client_port_max = 65535;
8207 /* client_port_max for our initial port number */
8209 if (client_port_max - client_port_min) {
8211 (rand() % (client_port_max - client_port_min));
8269 /* wrap the port number when we get to client_port_max. NOTE, some */
8274 if (myport >= client_port_max) {
9294 /* client_port_max for our initial port number. if they are the */
9296 if (client_port_max - client_port_min) {
9299 (rand() % (client_port_max - client_port_min));
9393 if (myport >= client_port_max) {
181 static int client_port_max = 65535; variable
[all...]

Completed in 379 milliseconds