Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py58 O_TEE = 53 variable in IpFwOpcode
H A Dinsns.py48 IpFwOpcode.O_TEE.value,
528 AttrDescr(IpFwOpcode.O_TEE, Insn),
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c203 case O_TEE: in ipfw_log_syslog()
494 case O_TEE: in ipfw_rtsocklog_handle_tablearg()
H A Dip_fw2.c3005 case O_TEE: in ipfw_chk()
H A Dip_fw_sockopt.c1535 case O_TEE: in ipfw_check_opcode()
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py387 pytest.param(("tee 42", Insn(IpFwOpcode.O_TEE, arg1=42)), id="tee_42"),
/freebsd/sys/netinet/
H A Dip_fw.h241 O_TEE, /* arg1=port number */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c2089 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()