OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hm_pnext
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_nat.h
457
struct hostmap **
hm_pnext
;
member in struct:hostmap
ip_nat.c
795
hm->
hm_pnext
= &softn->ipf_hm_maplist;
797
softn->ipf_hm_maplist->
hm_pnext
= &hm->hm_next;
846
hm->hm_next->
hm_pnext
= hm->
hm_pnext
;
847
*hm->
hm_pnext
= hm->hm_next;
ip_nat6.c
404
hm->
hm_pnext
= &softn->ipf_hm_maplist;
406
softn->ipf_hm_maplist->
hm_pnext
= &hm->hm_next;
Completed in 27 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026