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 - 1
of
1
) 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
);
Completed in 15 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025