Home | History | Annotate | Download | only in netperf

Lines Matching defs:myport

5037   int                           myport;
5242 myport = 65530;
5243 myaddr->sin_port = htons(myport);
5361 myport = ntohs(myaddr->sin_port);
5362 myport++;
5366 if (myport == ntohs(server.sin_port)) myport++;
5372 if (myport == 65535) {
5373 myport = 5000;
5375 myaddr->sin_port = htons(myport);
5378 if ((myport % 1000) == 0) {
5379 printf("port %d\n",myport);