Searched refs:counter64 (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | pf_snmp.c | 208 val->v.counter64 = pfctl_status_counter(pfs, PFRES_MATCH); in pf_counter() 211 val->v.counter64 = pfctl_status_counter(pfs, PFRES_BADOFF); in pf_counter() 214 val->v.counter64 = pfctl_status_counter(pfs, PFRES_FRAG); in pf_counter() 217 val->v.counter64 = pfctl_status_counter(pfs, PFRES_SHORT); in pf_counter() 220 val->v.counter64 = pfctl_status_counter(pfs, PFRES_NORM); in pf_counter() 223 val->v.counter64 = pfctl_status_counter(pfs, PFRES_MEMORY); in pf_counter() 254 val->v.counter64 = in pf_statetable() 258 val->v.counter64 = in pf_statetable() 262 val->v.counter64 = in pf_statetable() 294 val->v.counter64 = in pf_srcnodes() [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/ |
H A D | hast_snmp.c | 488 value->v.counter64 = res->dirty; in op_hastResourceTable() 491 value->v.counter64 = res->reads; in op_hastResourceTable() 494 value->v.counter64 = res->writes; in op_hastResourceTable() 497 value->v.counter64 = res->deletes; in op_hastResourceTable() 500 value->v.counter64 = res->flushes; in op_hastResourceTable() 503 value->v.counter64 = res->activemap_updates; in op_hastResourceTable() 506 value->v.counter64 = res->read_errors; in op_hastResourceTable() 509 value->v.counter64 = res->write_errors; in op_hastResourceTable() 512 value->v.counter64 = res->delete_errors; in op_hastResourceTable() 515 value->v.counter64 = res->flush_errors; in op_hastResourceTable()
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_interfaces.c | 458 value->v.counter64 = MIBIF_PRIV(ifp)->hc_inoctets; in op_ifxtable() 462 value->v.counter64 = MIBIF_PRIV(ifp)->hc_ipackets - in op_ifxtable() 467 value->v.counter64 = MIBIF_PRIV(ifp)->hc_imcasts; in op_ifxtable() 471 value->v.counter64 = 0; in op_ifxtable() 475 value->v.counter64 = MIBIF_PRIV(ifp)->hc_outoctets; in op_ifxtable() 479 value->v.counter64 = MIBIF_PRIV(ifp)->hc_opackets - in op_ifxtable() 484 value->v.counter64 = MIBIF_PRIV(ifp)->hc_omcasts; in op_ifxtable() 488 value->v.counter64 = 0; in op_ifxtable()
|
H A D | mibII_begemot.c | 104 value->v.counter64 = mibif_maxspeed; in op_begemot_mibII()
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmp.h | 84 uint64_t counter64; member
|
H A D | snmp.c | 154 err = asn_get_counter64_raw(b, len, &binding->v.counter64); in get_var_binding() 962 err = asn_put_counter64(b, binding->v.counter64); in snmp_binding_encode() 1056 snmp_printf("COUNTER64 %lld", b->v.counter64); in dump_binding() 1420 v->counter64 = strtoull(str, &end, 0); in snmp_value_parse()
|
H A D | snmpclient.c | 428 b->v.counter64; in table_value()
|
/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/ |
H A D | bsnmpget.c | 752 value->v.counter64 = v; in parse_uint64() 1020 dst->v.counter64 = src->v.counter64; in snmpset_add_value()
|
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/ |
H A D | bsnmptools.c | 1766 snmp_output_counter64(struct snmp_toolinfo *snmptoolctx, uint64_t counter64) in snmp_output_counter64() argument 1772 fprintf(stdout,"%ju", counter64); in snmp_output_counter64() 1824 snmp_output_counter64(snmptoolctx, val->v.counter64); in snmp_output_numval()
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 1508 value->v.counter64 = sys_jitter / 1000 * (1ULL << 32); in op_begemot_ntp() 1519 value->v.counter64 = sys_stability * (1ULL << 32); in op_begemot_ntp()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | config.c | 894 value->v.counter64 = numval; in parse_syntax_counter64()
|