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_next
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ipf/dist/tools/
ipnat.c
660
hmp = hm.
hm_next
;
695
nsp->ns_maplist = hm.
hm_next
;
ipftest.c
701
for (hm = softn->ipf_hm_maplist; hm != NULL; hm = hm->
hm_next
)
/src/sys/external/bsd/ipf/netinet/
ip_nat.c
794
hm->
hm_next
= softn->ipf_hm_maplist;
797
softn->ipf_hm_maplist->hm_pnext = &hm->
hm_next
;
845
if (hm->
hm_next
)
846
hm->
hm_next
->hm_pnext = hm->hm_pnext;
847
*hm->hm_pnext = hm->
hm_next
;
6541
nexthm = hm->
hm_next
;
6551
nnext = nexthm->
hm_next
;
8186
for (hm = softn->ipf_hm_maplist; hm != NULL; hm = hm->
hm_next
) {
ip_nat.h
456
struct hostmap *
hm_next
;
member in struct:hostmap
ip_nat6.c
386
for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->
hm_next
)
403
hm->
hm_next
= softn->ipf_hm_maplist;
406
softn->ipf_hm_maplist->hm_pnext = &hm->
hm_next
;
/src/external/bsd/ipf/dist/
ip_nat6.c
402
for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->
hm_next
)
419
hm->
hm_next
= softn->ipf_hm_maplist;
422
softn->ipf_hm_maplist->hm_pnext = &hm->
hm_next
;
Completed in 26 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026