Searched refs:O_COUNT (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | parse_conf.h | 56 #define O_COUNT (O_UTCSOFFSET+1) macro 70 } field_offsets[O_COUNT];
|
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 53 O_COUNT = 48 variable in IpFwOpcode
|
H A D | insns.py | 40 IpFwOpcode.O_COUNT.value, 515 AttrDescr(IpFwOpcode.O_COUNT, InsnEmpty), 521 AttrDescr(IpFwOpcode.O_COUNT, InsnEmpty),
|
/freebsd/sbin/ipfw/tests/ |
H A D | test_add_rule.py | 215 Insn(IpFwOpcode.O_COUNT), 366 pytest.param(("count", InsnEmpty(IpFwOpcode.O_COUNT)), id="count"),
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 235 O_COUNT, /* none */ enumerator
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_log.c | 196 case O_COUNT: in ipfw_log_syslog()
|
H A D | ip_fw2.c | 3017 case O_COUNT: in ipfw_chk()
|
H A D | ip_fw_sockopt.c | 1569 case O_COUNT: in ipfw_check_opcode()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 2049 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()
|