Searched refs:O_REASS (Results 1 – 8 of 8) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 62 O_REASS = 57 variable in IpFwOpcode
|
H A D | insns.py | 54 IpFwOpcode.O_REASS.value, 532 AttrDescr(IpFwOpcode.O_REASS, InsnEmpty),
|
/freebsd/sbin/ipfw/tests/ |
H A D | test_add_rule.py | 401 pytest.param(("reass", InsnEmpty(IpFwOpcode.O_REASS)), id="reass"),
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 245 O_REASS, /* none */ enumerator
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_log.c | 271 case O_REASS: in ipfw_log_syslog()
|
H A D | ip_fw2.c | 3388 case O_REASS: { in ipfw_chk()
|
H A D | ip_fw_sockopt.c | 1577 case O_REASS: in ipfw_check_opcode()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 2196 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()
|