Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipftest/
H A Dip_fil.c409 switch (ipf_nat_checkout(fin, NULL))
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.h674 extern int ipf_nat_checkout(fr_info_t *, u_32_t *);
H A Dip_fil_freebsd.c794 switch (ipf_nat_checkout(fin, NULL)) in ipf_fastroute()
H A Dfil.c3012 if (ipf_nat_checkout(fin, &pass) == -1) { in ipf_check()
H A Dip_nat.c4753 ipf_nat_checkout(fr_info_t *fin, u_32_t *passp) in ipf_nat_checkout() function