Searched refs:O_NGTEE (Results 1 – 8 of 8) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 82 O_NGTEE = 77 variable in IpFwOpcode
|
H A D | insns.py | 46 IpFwOpcode.O_NGTEE.value, 526 AttrDescr(IpFwOpcode.O_NGTEE, Insn),
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_log.c | 264 case O_NGTEE: in ipfw_log_syslog() 498 case O_NGTEE: in ipfw_rtsocklog_handle_tablearg()
|
H A D | ip_fw2.c | 3299 case O_NGTEE: in ipfw_chk()
|
H A D | ip_fw_sockopt.c | 1542 case O_NGTEE: in ipfw_check_opcode()
|
/freebsd/sbin/ipfw/tests/ |
H A D | test_add_rule.py | 379 ("ngtee 42", Insn(IpFwOpcode.O_NGTEE, arg1=42)), id="ngtee_42"
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 275 O_NGTEE, /* copy to ng_ipfw */ enumerator
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 2095 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()
|