Home
last modified time | relevance | path

Searched refs:O_COUNT (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dparse_conf.h56 #define O_COUNT (O_UTCSOFFSET+1) macro
70 } field_offsets[O_COUNT];
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py53 O_COUNT = 48 variable in IpFwOpcode
H A Dinsns.py40 IpFwOpcode.O_COUNT.value,
515 AttrDescr(IpFwOpcode.O_COUNT, InsnEmpty),
521 AttrDescr(IpFwOpcode.O_COUNT, InsnEmpty),
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py215 Insn(IpFwOpcode.O_COUNT),
366 pytest.param(("count", InsnEmpty(IpFwOpcode.O_COUNT)), id="count"),
/freebsd/sys/netinet/
H A Dip_fw.h235 O_COUNT, /* none */ enumerator
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c196 case O_COUNT: in ipfw_log_syslog()
H A Dip_fw2.c3017 case O_COUNT: in ipfw_chk()
H A Dip_fw_sockopt.c1569 case O_COUNT: in ipfw_check_opcode()
/freebsd/sbin/ipfw/
H A Dipfw2.c2049 case O_COUNT: in print_action_instruction()
2361 O_CHECK_STATE, O_ACCEPT, O_COUNT, O_DENY, O_REJECT,
4314 action->opcode = O_COUNT; in compile_rule()
4481 action->opcode = O_COUNT; in compile_rule()