Home
last modified time | relevance | path

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

/freebsd-14.2/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py55 O_PIPE = 50 variable in IpFwOpcode
H A Dinsns.py43 IpFwOpcode.O_PIPE.value,
523 AttrDescr(IpFwOpcode.O_PIPE, Insn),
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_log.c215 case O_PIPE: in ipfw_log()
H A Dip_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()
H A Dip_fw2.c2912 case O_PIPE: in ipfw_chk()
2916 if (cmd->opcode == O_PIPE) in ipfw_chk()
/freebsd-14.2/sbin/ipfw/tests/
H A Dtest_add_rule.py371 pytest.param(("pipe 42", Insn(IpFwOpcode.O_PIPE, arg1=42)), id="pipe_42"),
/freebsd-14.2/sys/netinet/
H A Dip_fw.h232 O_PIPE, /* arg1=pipe number */ enumerator
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c2003 case O_PIPE: in print_action_instruction()
2274 O_UNREACH6, O_SKIPTO, O_PIPE, O_QUEUE, O_DIVERT, O_TEE,
4182 action->opcode = O_PIPE; in compile_rule()