Searched refs:snmpd_stats (Results 1 – 5 of 5) sorted by relevance
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()[all …]
272 struct snmpd_stats { struct286 extern struct snmpd_stats snmpd_stats; argument
98 struct snmpd_stats snmpd_stats; variable261 snmpd_stats.noTxbuf++; in buf_alloc()263 snmpd_stats.noRxbuf++; in buf_alloc()506 snmpd_stats.inASNParseErrs++; in snmp_input_start()528 snmpd_stats.inPkts++; in snmp_input_start()533 snmpd_stats.inASNParseErrs++; in snmp_input_start()538 snmpd_stats.inBadVersions++; in snmp_input_start()620 snmpd_stats.inBadCommunityNames++; in snmp_input_start()689 snmpd_stats.silentDrops++; in snmp_input_finish()738 snmpd_stats.silentDrops++; in snmp_input_finish()[all …]
317 snmpd_stats.silentDrops++; in udp_recv()318 snmpd_stats.inTooLong++; in udp_recv()
332 snmpd_stats.silentDrops++; in inet_read_msg()333 snmpd_stats.inTooLong++; in inet_read_msg()