Searched refs:ipfw_nat (Results 1 – 4 of 4) sorted by relevance
| /src/sys/modules/ipfw_nat/ |
| H A D | Makefile | 3 KMOD= ipfw_nat
|
| /src/sys/netpfil/ipfw/ |
| H A D | ip_fw_nat.c | 292 ipfw_nat(struct ip_fw_args *args, struct cfg_nat *t, struct mbuf *m) in ipfw_nat() function 1170 ipfw_nat_ptr = ipfw_nat; in ipfw_nat_init() 1228 DECLARE_MODULE(ipfw_nat, ipfw_nat_mod, IPFW_NAT_SI_SUB_FIREWALL, SI_ORDER_ANY); 1229 MODULE_DEPEND(ipfw_nat, libalias, 1, 1, 1); 1230 MODULE_DEPEND(ipfw_nat, ipfw, 3, 3, 3); 1231 MODULE_VERSION(ipfw_nat, 1);
|
| /src/tests/sys/netpfil/common/ |
| H A D | utils.subr | 133 if ! kldstat -q -m ipfw_nat; then 134 atf_skip "This test requires ipfw_nat"
|
| /src/sys/modules/ |
| H A D | Makefile | 184 ipfw_nat \
|