Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py82 O_NGTEE = 77 variable in IpFwOpcode
H A Dinsns.py46 IpFwOpcode.O_NGTEE.value,
526 AttrDescr(IpFwOpcode.O_NGTEE, Insn),
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c264 case O_NGTEE: in ipfw_log_syslog()
498 case O_NGTEE: in ipfw_rtsocklog_handle_tablearg()
H A Dip_fw2.c3299 case O_NGTEE: in ipfw_chk()
H A Dip_fw_sockopt.c1542 case O_NGTEE: in ipfw_check_opcode()
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py379 ("ngtee 42", Insn(IpFwOpcode.O_NGTEE, arg1=42)), id="ngtee_42"
/freebsd/sys/netinet/
H A Dip_fw.h275 O_NGTEE, /* copy to ng_ipfw */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c2095 case O_NGTEE: in print_action_instruction()
2363 O_NETGRAPH, O_NGTEE, O_FORWARD_IP, O_FORWARD_IP6, O_NAT,
4351 action->opcode = O_NGTEE; in compile_rule()