Searched refs:O_SETFIB (Results 1 – 8 of 8) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 87 O_SETFIB = 82 variable in IpFwOpcode
|
H A D | insns.py | 52 IpFwOpcode.O_SETFIB.value, 530 AttrDescr(IpFwOpcode.O_SETFIB, Insn),
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_log.c | 207 case O_SETFIB: in ipfw_log()
|
H A D | ip_fw_sockopt.c | 565 case O_SETFIB: in import_rule0() 651 case O_SETFIB: in export_rule0() 1840 case O_SETFIB: in check_ipfw_rule_body()
|
H A D | ip_fw2.c | 3194 case O_SETFIB: { in ipfw_chk()
|
/freebsd/sbin/ipfw/tests/ |
H A D | test_add_rule.py | 393 ("setfib 1", Insn(IpFwOpcode.O_SETFIB, arg1=1 | 0x8000)),
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 276 O_SETFIB, /* arg1=FIB number */ enumerator
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 2047 case O_SETFIB: in print_action_instruction() 2276 O_SETFIB, O_SETDSCP, O_REASS, O_CALLRETURN, O_SETMARK, 4340 action->opcode = O_SETFIB; in compile_rule()
|