Home
last modified time | relevance | path

Searched refs:hm_next (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/ipf/dist/tools/
Dipnat.c660 hmp = hm.hm_next;
695 nsp->ns_maplist = hm.hm_next;
Dipftest.c701 for (hm = softn->ipf_hm_maplist; hm != NULL; hm = hm->hm_next)
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_nat.c794 hm->hm_next = softn->ipf_hm_maplist; in ipf_nat_hostmap()
797 softn->ipf_hm_maplist->hm_pnext = &hm->hm_next; in ipf_nat_hostmap()
845 if (hm->hm_next) in ipf_nat_hostmapdel()
846 hm->hm_next->hm_pnext = hm->hm_pnext; in ipf_nat_hostmapdel()
847 *hm->hm_pnext = hm->hm_next; in ipf_nat_hostmapdel()
6540 nexthm = hm->hm_next; in ipf_nat_getnext()
6550 nnext = nexthm->hm_next; in ipf_nat_getnext()
8185 for (hm = softn->ipf_hm_maplist; hm != NULL; hm = hm->hm_next) { in ipf_nat_hostmap_rehash()
Dip_nat.h456 struct hostmap *hm_next; member
Dip_nat6.c386 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next) in ipf_nat6_hostmap()
403 hm->hm_next = softn->ipf_hm_maplist; in ipf_nat6_hostmap()
406 softn->ipf_hm_maplist->hm_pnext = &hm->hm_next; in ipf_nat6_hostmap()
/netbsd/src/external/bsd/ipf/dist/
Dip_nat6.c402 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;