Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py87 O_SETFIB = 82 variable in IpFwOpcode
H A Dinsns.py52 IpFwOpcode.O_SETFIB.value,
530 AttrDescr(IpFwOpcode.O_SETFIB, Insn),
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c207 case O_SETFIB: in ipfw_log()
H A Dip_fw_sockopt.c565 case O_SETFIB: in import_rule0()
651 case O_SETFIB: in export_rule0()
1840 case O_SETFIB: in check_ipfw_rule_body()
H A Dip_fw2.c3194 case O_SETFIB: { in ipfw_chk()
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py393 ("setfib 1", Insn(IpFwOpcode.O_SETFIB, arg1=1 | 0x8000)),
/freebsd/sys/netinet/
H A Dip_fw.h276 O_SETFIB, /* arg1=FIB number */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c2047 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()