OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_nport
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dist/pf/net/
pf.c
2729
u_int32_t
tmp_nport
;
local in function:pf_get_translation
2731
tmp_nport
= ((ntohs(dport) -
2738
if (
tmp_nport
> 65535)
2739
tmp_nport
-= 65535;
2740
*nport = htons((u_int16_t)
tmp_nport
);
pf.c
2729
u_int32_t
tmp_nport
;
local in function:pf_get_translation
2731
tmp_nport
= ((ntohs(dport) -
2738
if (
tmp_nport
> 65535)
2739
tmp_nport
-= 65535;
2740
*nport = htons((u_int16_t)
tmp_nport
);
Completed in 365 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025