OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
742
unsigned int
myport
;
750
myport
= cfg_obj_asuint32(obj);
751
if (
myport
> UINT16_MAX ||
myport
== 0)
754
myport
);
757
myport
= remoteport;
760
get_addresses(name, (in_port_t)
myport
);
738
unsigned int
myport
;
local
/src/external/mpl/bind/dist/bin/named/
server.c
6373
in_port_t
myport
= port;
6391
myport
= (in_port_t)val;
6394
myport
);
6371
in_port_t
myport
= port;
local
Completed in 120 milliseconds
Indexes created Wed Apr 08 00:23:23 UTC 2026