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 - 4
of
4
) 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;
/src/external/bsd/ipf/dist/
ip_nat6.c
420
hm->
hm_pnext
= &softn->ipf_hm_maplist;
422
softn->ipf_hm_maplist->
hm_pnext
= &hm->hm_next;
Completed in 74 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026