Searched refs:O_COUNT (Results 1 – 10 of 10) 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 | 42 IpFwOpcode.O_COUNT.value, 660 AttrDescr(IpFwOpcode.O_COUNT, InsnEmpty), 666 AttrDescr(IpFwOpcode.O_COUNT, InsnEmpty),
|
| /freebsd/sbin/ipfw/tests/ |
| H A D | test_add_rule.py | 456 Insn(IpFwOpcode.O_COUNT), 607 pytest.param(("count", InsnEmpty(IpFwOpcode.O_COUNT)), id="count"),
|
| /freebsd/sys/netinet/ |
| H A D | ip_fw.h | 235 O_COUNT = 48, /* none */ enumerator
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_log.c | 171 case O_COUNT: in ipfw_log_syslog()
|
| H A D | ip_fw_sockopt.c | 1573 case O_COUNT: in ipfw_check_opcode()
|
| H A D | ip_fw2.c | 3073 case O_COUNT: in ipfw_chk()
|
| H A D | ip_fw_dynamic.c | 3172 cmd->opcode = O_COUNT; in dyn_add_protected_rule()
|
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 2104 case O_COUNT: in print_action_instruction() 2416 O_CHECK_STATE, O_ACCEPT, O_COUNT, O_DENY, O_REJECT, 4420 action->opcode = O_COUNT; in compile_rule() 4587 action->opcode = O_COUNT; in compile_rule()
|