Home
last modified time | relevance | path

Searched refs:O_XMIT (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py23 O_XMIT = 18 variable in IpFwOpcode
/freebsd-14.2/sys/netinet/
H A Dip_fw.h189 O_XMIT, /* none */ enumerator
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c580 case O_XMIT: in import_rule0()
666 case O_XMIT: in export_rule0()
1957 case O_XMIT: in check_ipfw_rule_body()
H A Dip_fw_table.c2979 .opcode = O_XMIT,
H A Dip_fw2.c1955 case O_XMIT: in ipfw_chk()
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c1689 case O_XMIT: in print_instruction()
1692 if (cmd->opcode == O_XMIT) in print_instruction()
4825 cmd->opcode = O_XMIT; in compile_rule()