Lines Matching refs:snmpd_stats
517 value->v.uint32 = snmpd_stats.inPkts; in op_snmp()
521 value->v.uint32 = snmpd_stats.inBadVersions; in op_snmp()
525 value->v.uint32 = snmpd_stats.inBadCommunityNames; in op_snmp()
529 value->v.uint32 = snmpd_stats.inBadCommunityUses; in op_snmp()
533 value->v.uint32 = snmpd_stats.inASNParseErrs; in op_snmp()
541 value->v.uint32 = snmpd_stats.silentDrops; in op_snmp()
545 value->v.uint32 = snmpd_stats.proxyDrops; in op_snmp()
597 value->v.uint32 = snmpd_stats.noRxbuf; in op_snmpd_stats()
601 value->v.uint32 = snmpd_stats.noTxbuf; in op_snmpd_stats()
605 value->v.uint32 = snmpd_stats.inTooLong; in op_snmpd_stats()
609 value->v.uint32 = snmpd_stats.inBadPduTypes; in op_snmpd_stats()