Searched defs:myport (Results 1 - 3 of 3) sorted by relevance

/external/netperf/
H A Dnettest_xti.c5037 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);
5025 int myport; local
[all...]
H A Dnettest_bsd.c8051 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);
8032 int myport; local
9114 int myport; local
11211 int myport; local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_header.h205 uint16_t myport; /* my port address used in the INIT */ member in struct:sctp_state_cookie

Completed in 118 milliseconds