Home
last modified time | relevance | path

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

/freebsd-14-stable/tests/atf_python/sys/netpfil/ipfw/
HDinsn_headers.py55 O_PIPE = 50 variable in IpFwOpcode
HDinsns.py43 IpFwOpcode.O_PIPE.value,
523 AttrDescr(IpFwOpcode.O_PIPE, Insn),
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw_log.c215 case O_PIPE: in ipfw_log()
HDip_fw_sockopt.c551 case O_PIPE: in import_rule0()
637 case O_PIPE: in export_rule0()
1969 case O_PIPE: in check_ipfw_rule_body()
HDip_fw2.c2912 case O_PIPE: in ipfw_chk()
2916 if (cmd->opcode == O_PIPE) in ipfw_chk()
/freebsd-14-stable/sbin/ipfw/tests/
HDtest_add_rule.py371 pytest.param(("pipe 42", Insn(IpFwOpcode.O_PIPE, arg1=42)), id="pipe_42"),
/freebsd-14-stable/sys/netinet/
HDip_fw.h232 O_PIPE, /* arg1=pipe number */ enumerator
/freebsd-14-stable/sbin/ipfw/
HDipfw2.c2003 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()