Home
last modified time | relevance | path

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

/freebsd/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/sys/netpfil/ipfw/
H A Dip_fw_log.c194 case O_PIPE: in ipfw_log_syslog()
510 case O_PIPE: in ipfw_rtsocklog_handle_tablearg()
H A Dip_fw2.c2998 case O_PIPE: in ipfw_chk()
3002 if (cmd->opcode == O_PIPE) in ipfw_chk()
H A Dip_fw_sockopt.c1473 case O_PIPE: in ipfw_check_opcode()
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py372 pytest.param(("pipe 42", Insn(IpFwOpcode.O_PIPE, arg1=42)), id="pipe_42"),
/freebsd/sys/netinet/
H A Dip_fw.h238 O_PIPE = 50, /* arg1=pipe number */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c2078 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()