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

  /external/netperf/src/
nettest_bsd.c 8852 int myport; local
9952 int myport; local
12065 int myport; local
    [all...]
nettest_xti.c 5024 int myport; local
    [all...]
nettest_omni.c 916 static unsigned short myport = 0; local
921 connection oriented test. otherwise, we will want to set myport
926 myport = client_port_min +
930 myport = (unsigned short)client_port_min;
933 myport--;
939 myport++;
949 if (myport == get_port_number(remote_res)) myport++;
956 if (myport >= client_port_max) {
957 myport = (unsigned short)client_port_min
    [all...]

Completed in 597 milliseconds