Home
last modified time | relevance | path

Searched refs:O_KEEP_STATE (Results 1 – 8 of 8) sorted by last modified time

/freebsd/sys/netinet/
H A Dip_fw.h215 O_KEEP_STATE, /* none */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1824 case O_KEEP_STATE: in print_instruction()
2440 case O_KEEP_STATE: /* bidir, no mask */ in show_dyn_state()
5050 fill_cmd(cmd, O_KEEP_STATE, 0, uidx); in compile_rule()
5346 case O_KEEP_STATE: in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2852 case O_KEEP_STATE: in ipfw_chk()
H A Dip_fw_dynamic.c730 O_KEEP_STATE, IPFW_TLV_STATE_NAME,
1870 MPASS(type == O_LIMIT || type == O_KEEP_STATE); in dyn_install_state()
2922 case O_KEEP_STATE: in ipfw_is_dyn_rule()
H A Dip_fw_sockopt.c1759 case O_KEEP_STATE: in check_ipfw_rule_body()
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py246 Insn(IpFwOpcode.O_KEEP_STATE, arg1=1),
262 Insn(IpFwOpcode.O_KEEP_STATE, arg1=1),
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py44 O_KEEP_STATE = 39 variable in IpFwOpcode
H A Dinsns.py553 AttrDescr(IpFwOpcode.O_KEEP_STATE, Insn),