Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw_private.h319 LIST_HEAD(nat_list, cfg_nat) nat; /* list of nat entries */
802 extern struct cfg_nat *(*lookup_nat_ptr)(struct nat_list *, int);
H A Dip_fw_nat.c460 lookup_nat(struct nat_list *l, int nat_id) in lookup_nat()
472 lookup_nat_name(struct nat_list *l, char *name) in lookup_nat_name()
H A Dip_fw2.c169 struct cfg_nat *(*lookup_nat_ptr)(struct nat_list *, int);