Home
last modified time | relevance | path

Searched refs:ipf_nat_checkout (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.h678 extern int ipf_nat_checkout __P((fr_info_t *, u_32_t *));
H A Dip_fil_freebsd.c811 switch (ipf_nat_checkout(fin, NULL))
H A Dfil.c3073 if (ipf_nat_checkout(fin, &pass) == -1) {
H A Dip_nat.c4843 ipf_nat_checkout(fin, passp) in ipf_nat_checkout() function