Searched refs:O_PIPE (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/tests/atf_python/sys/netpfil/ipfw/ |
| HD | insn_headers.py | 55 O_PIPE = 50 variable in IpFwOpcode
|
| HD | insns.py | 43 IpFwOpcode.O_PIPE.value, 523 AttrDescr(IpFwOpcode.O_PIPE, Insn),
|
| /freebsd-14-stable/sys/netpfil/ipfw/ |
| HD | ip_fw_log.c | 215 case O_PIPE: in ipfw_log()
|
| HD | ip_fw_sockopt.c | 551 case O_PIPE: in import_rule0() 637 case O_PIPE: in export_rule0() 1969 case O_PIPE: in check_ipfw_rule_body()
|
| HD | ip_fw2.c | 2912 case O_PIPE: in ipfw_chk() 2916 if (cmd->opcode == O_PIPE) in ipfw_chk()
|
| /freebsd-14-stable/sbin/ipfw/tests/ |
| HD | test_add_rule.py | 371 pytest.param(("pipe 42", Insn(IpFwOpcode.O_PIPE, arg1=42)), id="pipe_42"),
|
| /freebsd-14-stable/sys/netinet/ |
| HD | ip_fw.h | 232 O_PIPE, /* arg1=pipe number */ enumerator
|
| /freebsd-14-stable/sbin/ipfw/ |
| HD | ipfw2.c | 2003 case O_PIPE: in print_action_instruction() 2274 O_UNREACH6, O_SKIPTO, O_PIPE, O_QUEUE, O_DIVERT, O_TEE, 4189 action->opcode = O_PIPE; in compile_rule()
|