OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipf_hm_maplist
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_nat.c
440
softn->
ipf_hm_maplist
= NULL;
794
hm->hm_next = softn->
ipf_hm_maplist
;
795
hm->hm_pnext = &softn->
ipf_hm_maplist
;
796
if (softn->
ipf_hm_maplist
!= NULL)
797
softn->
ipf_hm_maplist
->hm_pnext = &hm->hm_next;
798
softn->
ipf_hm_maplist
= hm;
1205
nsp->ns_maplist = softn->
ipf_hm_maplist
;
6538
nexthm = softn->
ipf_hm_maplist
;
8185
for (hm = softn->
ipf_hm_maplist
; hm != NULL; hm = hm->hm_next) {
ip_nat6.c
403
hm->hm_next = softn->
ipf_hm_maplist
;
404
hm->hm_pnext = &softn->
ipf_hm_maplist
;
405
if (softn->
ipf_hm_maplist
!= NULL)
406
softn->
ipf_hm_maplist
->hm_pnext = &hm->hm_next;
407
softn->
ipf_hm_maplist
= hm;
ip_nat.h
670
hostmap_t *
ipf_hm_maplist
;
member in struct:ipf_nat_softc_s
Completed in 22 milliseconds
Indexes created Thu Nov 06 02:09:54 GMT 2025