Searched refs:O_PIPE (Results 1 – 8 of 8) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 55 O_PIPE = 50 variable in IpFwOpcode
|
H A D | insns.py | 43 IpFwOpcode.O_PIPE.value, 523 AttrDescr(IpFwOpcode.O_PIPE, Insn),
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_log.c | 219 case O_PIPE: in ipfw_log_syslog() 513 case O_PIPE: in ipfw_rtsocklog_handle_tablearg()
|
H A D | ip_fw2.c | 2991 case O_PIPE: in ipfw_chk() 2995 if (cmd->opcode == O_PIPE) in ipfw_chk()
|
H A D | ip_fw_sockopt.c | 1517 case O_PIPE: in ipfw_check_opcode()
|
/freebsd/sbin/ipfw/tests/ |
H A D | test_add_rule.py | 371 pytest.param(("pipe 42", Insn(IpFwOpcode.O_PIPE, arg1=42)), id="pipe_42"),
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 238 O_PIPE, /* arg1=pipe number */ enumerator
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 2080 case O_PIPE: in print_action_instruction() 2362 O_UNREACH6, O_SKIPTO, O_PIPE, O_QUEUE, O_DIVERT, O_TEE, 4333 action->opcode = O_PIPE; in compile_rule()
|