Home
last modified time | relevance | path

Searched refs:O_CALLRETURN (Results 1 – 8 of 8) sorted by path

/freebsd/sbin/ipfw/
H A Dipfw2.c2119 case O_CALLRETURN: in print_action_instruction()
2276 O_SETFIB, O_SETDSCP, O_REASS, O_CALLRETURN, O_SETMARK,
4212 action->opcode = O_CALLRETURN; in compile_rule()
4381 fill_cmd(action, O_CALLRETURN, F_NOT, 0); in compile_rule()
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py389 ("call 420", Insn(IpFwOpcode.O_CALLRETURN, arg1=420)), id="call_420"
403 ("return", InsnEmpty(IpFwOpcode.O_CALLRETURN, is_not=True)), id="return"
/freebsd/sys/netinet/
H A Dip_fw.h281 O_CALLRETURN, /* arg1=called rule number */ enumerator
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2967 case O_CALLRETURN: { in ipfw_chk()
H A Dip_fw_log.c270 case O_CALLRETURN: in ipfw_log()
H A Dip_fw_sockopt.c556 case O_CALLRETURN: in import_rule0()
642 case O_CALLRETURN: in export_rule0()
2027 case O_CALLRETURN: in check_ipfw_rule_body()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py90 O_CALLRETURN = 85 variable in IpFwOpcode
H A Dinsns.py49 IpFwOpcode.O_CALLRETURN.value,
529 AttrDescr(IpFwOpcode.O_CALLRETURN, Insn),