Home
last modified time | relevance | path

Searched refs:O_NAT (Results 1 – 8 of 8) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py61 O_NAT = 56 variable in IpFwOpcode
H A Dinsns.py41 IpFwOpcode.O_NAT.value,
/freebsd/sys/netinet/
H A Dip_fw.h244 O_NAT, /* nope */ enumerator
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c268 case O_NAT: in ipfw_log_syslog()
H A Dip_fw_nat.c151 if (cmd->o.opcode == O_NAT && cmd->nat != NULL && in flush_nat_ptrs()
H A Dip_fw2.c3351 case O_NAT: in ipfw_chk()
H A Dip_fw_sockopt.c1548 case O_NAT: in ipfw_check_opcode()
/freebsd/sbin/ipfw/
H A Dipfw2.c2119 case O_NAT: in print_action_instruction()
2363 O_NETGRAPH, O_NGTEE, O_FORWARD_IP, O_FORWARD_IP6, O_NAT,
4318 action->opcode = O_NAT; in compile_rule()