Searched refs:nat_list (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.h432 extern ipnat_t *nat_list;
H A Dip_nat.c155 ipnat_t *nat_list = NULL; variable
712 for (np = &nat_list; ((n = *np) != NULL); np = &n->in_next)
806 nat_stats.ns_list = nat_list;
1151 if (nat_list == NULL) {
1861 ipnat_t *n, **np = &nat_list;
4598 for (n = nat_list; (n != NULL); n = n->in_next) {
4687 for (rulen = 0, np = nat_list; np; np = np->in_next, rulen++)
5081 nextipnat = nat_list;
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipftest.c668 for (ipn = nat_list; ipn != NULL; ipn = ipn->in_next)

Completed in 106 milliseconds