Home
last modified time | relevance | path

Searched refs:snmp_stats (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_snmp.c54 *uint_ptr = snmp_stats.inpkts; in snmp_get_value()
57 *uint_ptr = snmp_stats.outpkts; in snmp_get_value()
60 *uint_ptr = snmp_stats.inbadversions; in snmp_get_value()
63 *uint_ptr = snmp_stats.inbadcommunitynames; in snmp_get_value()
66 *uint_ptr = snmp_stats.inbadcommunityuses; in snmp_get_value()
69 *uint_ptr = snmp_stats.inasnparseerrs; in snmp_get_value()
72 *uint_ptr = snmp_stats.intoobigs; in snmp_get_value()
75 *uint_ptr = snmp_stats.innosuchnames; in snmp_get_value()
78 *uint_ptr = snmp_stats.inbadvalues; in snmp_get_value()
81 *uint_ptr = snmp_stats.inreadonlys; in snmp_get_value()
[all …]
Dsnmp_msg.c283 snmp_stats.inpkts++; in snmp_receive()
315 vb.value = &snmp_stats.wrongdigests; in snmp_receive()
321 vb.value = &snmp_stats.unknownengineids; in snmp_receive()
327 vb.value = &snmp_stats.unknownusernames; in snmp_receive()
333 vb.value = &snmp_stats.unsupportedseclevels; in snmp_receive()
339 vb.value = &snmp_stats.notintimewindows; in snmp_receive()
345 vb.value = &snmp_stats.decryptionerrors; in snmp_receive()
737 snmp_stats.inasnparseerrs++; \
744 snmp_stats.inasnparseerrs++; \
804 snmp_stats.inbadversions++; in snmp_parse_inbound_frame()
[all …]
Dsnmp_snmpv2_usm.c336 *uint_ptr = snmp_stats.unsupportedseclevels; in usmstats_scalars_get_value()
339 *uint_ptr = snmp_stats.notintimewindows; in usmstats_scalars_get_value()
342 *uint_ptr = snmp_stats.unknownusernames; in usmstats_scalars_get_value()
345 *uint_ptr = snmp_stats.unknownengineids; in usmstats_scalars_get_value()
348 *uint_ptr = snmp_stats.wrongdigests; in usmstats_scalars_get_value()
351 *uint_ptr = snmp_stats.decryptionerrors; in usmstats_scalars_get_value()
Dsnmp_traps.c218 snmp_stats.outtraps++; in snmp_send_trap()
219 snmp_stats.outpkts++; in snmp_send_trap()
Dsnmp_core.c200 struct snmp_statistics snmp_stats; variable
/third_party/lwip/src/include/lwip/apps/
Dsnmp_core.h369 extern struct snmp_statistics snmp_stats;