Searched refs:snmp_stats (Results 1 – 6 of 6) sorted by relevance
54 *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 …]
283 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 …]
336 *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()
218 snmp_stats.outtraps++; in snmp_send_trap()219 snmp_stats.outpkts++; in snmp_send_trap()
200 struct snmp_statistics snmp_stats; variable
369 extern struct snmp_statistics snmp_stats;