Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py62 O_REASS = 57 variable in IpFwOpcode
H A Dinsns.py54 IpFwOpcode.O_REASS.value,
532 AttrDescr(IpFwOpcode.O_REASS, InsnEmpty),
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py401 pytest.param(("reass", InsnEmpty(IpFwOpcode.O_REASS)), id="reass"),
/freebsd/sys/netinet/
H A Dip_fw.h245 O_REASS, /* none */ enumerator
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c271 case O_REASS: in ipfw_log_syslog()
H A Dip_fw2.c3388 case O_REASS: { in ipfw_chk()
H A Dip_fw_sockopt.c1577 case O_REASS: in ipfw_check_opcode()
/freebsd/sbin/ipfw/
H A Dipfw2.c2196 case O_REASS: in print_action_instruction()
2364 O_SETFIB, O_SETDSCP, O_REASS, O_CALLRETURN, O_SETMARK,
4534 action->opcode = O_REASS; in compile_rule()