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

  /src/sys/arch/mvme68k/stand/sboot/
sboot.h 85 u_short myport; variable
  /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
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
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
632 myport = mymin + (*next_ephemeral + offset)
637 if (check_suitable_port(myport, inp, cred))
657 uint16_t offset, myport; local
711 uint16_t myport; local
    [all...]
sctp_header.h 173 u_int16_t myport; /* my port address used in the INIT */ member in struct:sctp_state_cookie
  /src/external/mpl/bind/dist/bin/rndc/
rndc.c 738 unsigned int myport; local
746 myport = cfg_obj_asuint32(obj);
747 if (myport > UINT16_MAX || myport == 0)
750 myport);
753 myport = remoteport;
756 get_addresses(name, (in_port_t)myport);
  /src/external/mpl/bind/dist/bin/named/
server.c 6371 in_port_t myport = port; local
6389 myport = (in_port_t)val;
6392 myport);

Completed in 41 milliseconds