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

/freebsd-9.3-release/sys/modules/ipfw_nat/
H A DMakefile5 KMOD= ipfw_nat
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c207 * ipfw_nat - perform mbuf header translation.
209 * Note V_layer3_chain has to be locked while calling ipfw_nat() in
214 ipfw_nat(struct ip_fw_args *args, struct cfg_nat *t, struct mbuf *m) function
627 ipfw_nat_ptr = ipfw_nat;
643 /* deregister ipfw_nat */
672 "ipfw_nat",
683 DECLARE_MODULE(ipfw_nat, ipfw_nat_mod, IPFW_NAT_SI_SUB_FIREWALL, SI_ORDER_ANY);
684 MODULE_DEPEND(ipfw_nat, libalias, 1, 1, 1);
685 MODULE_DEPEND(ipfw_nat, ipfw, 2, 2, 2);
686 MODULE_VERSION(ipfw_nat,
[all...]
/freebsd-9.3-release/sys/modules/
H A DMakefile151 ipfw_nat \

Completed in 81 milliseconds