Searched refs:O_TEE (Results 1 – 8 of 8) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 58 O_TEE = 53 variable in IpFwOpcode
|
H A D | insns.py | 48 IpFwOpcode.O_TEE.value, 528 AttrDescr(IpFwOpcode.O_TEE, Insn),
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_log.c | 203 case O_TEE: in ipfw_log_syslog() 494 case O_TEE: in ipfw_rtsocklog_handle_tablearg()
|
H A D | ip_fw2.c | 3005 case O_TEE: in ipfw_chk()
|
H A D | ip_fw_sockopt.c | 1535 case O_TEE: in ipfw_check_opcode()
|
/freebsd/sbin/ipfw/tests/ |
H A D | test_add_rule.py | 387 pytest.param(("tee 42", Insn(IpFwOpcode.O_TEE, arg1=42)), id="tee_42"),
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 241 O_TEE, /* arg1=port number */ enumerator
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 2089 case O_TEE: in print_action_instruction() 2362 O_UNREACH6, O_SKIPTO, O_PIPE, O_QUEUE, O_DIVERT, O_TEE, 4361 action->opcode = O_TEE; in compile_rule()
|