Home | History | Annotate | Download | only in netperf

Lines Matching defs:myport

8051   int                           myport;
8210 myport = client_port_min +
8214 myport = client_port_min;
8217 myport--;
8267 myport++;
8274 if (myport >= client_port_max) {
8275 myport = client_port_min;
8285 if (myport == get_port_number(remote_res)) myport++;
8289 printf("port %d\n",myport);
8294 set_port_number(local_res, (unsigned short)myport);
9135 int myport;
9298 myport = client_port_min +
9302 myport = client_port_min;
9306 myport--;
9307 myaddr->sin_port = htons((unsigned short)myport);
9377 myport = ntohs(myaddr->sin_port);
9378 myport++;
9387 if (myport == ntohs(server.sin_port)) myport++;
9393 if (myport >= client_port_max) {
9394 myport = client_port_min;
9396 myaddr->sin_port = htons((unsigned short)myport);
9400 printf("port %d\n",myport);
11236 int myport;
11379 myport = client_port_min +
11383 myport = client_port_min;
11386 myport--;
11437 myport++;
11444 if (myport >= client_port_max) {
11445 myport = client_port_min;
11455 if (myport == get_port_number(remote_res)) myport++;
11459 printf("port %d\n",myport);
11462 set_port_number(local_res, (unsigned short)myport);