Home
last modified time | relevance | path

Searched refs:ipf_nat_list (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.c322 softn->ipf_nat_list_tail = &softn->ipf_nat_list;
1094 for (n = softn->ipf_nat_list; n != NULL; n = n->in_next)
1213 nsp->ns_list = softn->ipf_nat_list;
2504 while ((n = softn->ipf_nat_list) != NULL) {
6049 for (n = softn->ipf_nat_list; (n != NULL); n = n->in_next) {
6185 for (rulen = 0, np = softn->ipf_nat_list; np != NULL;
6640 nextipnat = softn->ipf_nat_list;
8269 for (np = softn->ipf_nat_list; np != NULL; np = np->in_next) {
H A Dip_nat.h644 ipnat_t *ipf_nat_list; member