HomeSort by: relevance | last modified time | path
    Searched defs:myport (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/mvme68k/stand/sboot/
sboot.h 85 u_short myport; variable in typeref:typename:u_short
  /src/sys/lib/libsa/
iodesc.h 69 u_short myport; /* local port, net order */ member in struct:iodesc
  /src/tests/rump/rumpkern/h_client/
h_stresscli.c 136 int rounds, myport; local in function:main
170 myport = i*NCLI + j+2;
173 (void*)(uintptr_t)myport) !=0 )
176 myport = i*NCLI+1;
177 client((void *)(uintptr_t)myport);
  /src/sys/netinet/
portalgo.c 388 uint16_t myport = *next_ephemeral; local in function:algo_bsd
390 if (myport < mymin || mymax < myport)
391 myport = mymax;
392 *next_ephemeral = myport - 1;
393 if (check_suitable_port(myport, inp, cred)) {
394 *port = myport;
608 uint16_t offset, myport; local in function:algo_hash
632 myport = mymin + (*next_ephemeral + offset)
637 if (check_suitable_port(myport, inp, cred))
657 uint16_t offset, myport; local in function:algo_doublehash
711 uint16_t myport; local in function:algo_randinc
    [all...]
sctp_header.h 173 u_int16_t myport; /* my port address used in the INIT */ member in struct:sctp_state_cookie

Completed in 26 milliseconds