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 | 194 case O_PIPE: in ipfw_log_syslog() 510 case O_PIPE: in ipfw_rtsocklog_handle_tablearg()
|
| H A D | ip_fw2.c | 2998 case O_PIPE: in ipfw_chk() 3002 if (cmd->opcode == O_PIPE) in ipfw_chk()
|
| H A D | ip_fw_sockopt.c | 1473 case O_PIPE: in ipfw_check_opcode()
|
| /freebsd/sbin/ipfw/tests/ |
| H A D | test_add_rule.py | 372 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 = 50, /* arg1=pipe number */ enumerator
|
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 2078 case O_PIPE: in print_action_instruction() 2360 O_UNREACH6, O_SKIPTO, O_PIPE, O_QUEUE, O_DIVERT, O_TEE, 4332 action->opcode = O_PIPE; in compile_rule()
|