/third_party/lwip/src/apps/snmp/ |
D | snmp_mib2_icmp.c | 65 *uint_ptr = STATS_GET(mib2.icmpinmsgs); in icmp_get_value() 68 *uint_ptr = STATS_GET(mib2.icmpinerrors); in icmp_get_value() 71 *uint_ptr = STATS_GET(mib2.icmpindestunreachs); in icmp_get_value() 74 *uint_ptr = STATS_GET(mib2.icmpintimeexcds); in icmp_get_value() 77 *uint_ptr = STATS_GET(mib2.icmpinparmprobs); in icmp_get_value() 80 *uint_ptr = STATS_GET(mib2.icmpinsrcquenchs); in icmp_get_value() 83 *uint_ptr = STATS_GET(mib2.icmpinredirects); in icmp_get_value() 86 *uint_ptr = STATS_GET(mib2.icmpinechos); in icmp_get_value() 89 *uint_ptr = STATS_GET(mib2.icmpinechoreps); in icmp_get_value() 92 *uint_ptr = STATS_GET(mib2.icmpintimestamps); in icmp_get_value() [all …]
|
D | snmp_mib2_ip.c | 81 *uint_ptr = STATS_GET(mib2.ipinreceives); in ip_get_value() 84 *uint_ptr = STATS_GET(mib2.ipinhdrerrors); in ip_get_value() 87 *uint_ptr = STATS_GET(mib2.ipinaddrerrors); in ip_get_value() 90 *uint_ptr = STATS_GET(mib2.ipforwdatagrams); in ip_get_value() 93 *uint_ptr = STATS_GET(mib2.ipinunknownprotos); in ip_get_value() 96 *uint_ptr = STATS_GET(mib2.ipindiscards); in ip_get_value() 99 *uint_ptr = STATS_GET(mib2.ipindelivers); in ip_get_value() 102 *uint_ptr = STATS_GET(mib2.ipoutrequests); in ip_get_value() 105 *uint_ptr = STATS_GET(mib2.ipoutdiscards); in ip_get_value() 108 *uint_ptr = STATS_GET(mib2.ipoutnoroutes); in ip_get_value() [all …]
|
D | snmp_mib2_tcp.c | 85 *uint_ptr = STATS_GET(mib2.tcpactiveopens); in tcp_get_value() 88 *uint_ptr = STATS_GET(mib2.tcppassiveopens); in tcp_get_value() 91 *uint_ptr = STATS_GET(mib2.tcpattemptfails); in tcp_get_value() 94 *uint_ptr = STATS_GET(mib2.tcpestabresets); in tcp_get_value() 110 *uint_ptr = STATS_GET(mib2.tcpinsegs); in tcp_get_value() 113 *uint_ptr = STATS_GET(mib2.tcpoutsegs); in tcp_get_value() 116 *uint_ptr = STATS_GET(mib2.tcpretranssegs); in tcp_get_value() 119 *uint_ptr = STATS_GET(mib2.tcpinerrs); in tcp_get_value() 122 *uint_ptr = STATS_GET(mib2.tcpoutrsts); in tcp_get_value() 127 u64_t val64 = STATS_GET(mib2.tcpinsegs); in tcp_get_value() [all …]
|
D | snmp_mib2_udp.c | 67 *uint_ptr = STATS_GET(mib2.udpindatagrams); in udp_get_value() 70 *uint_ptr = STATS_GET(mib2.udpnoports); in udp_get_value() 73 *uint_ptr = STATS_GET(mib2.udpinerrors); in udp_get_value() 76 *uint_ptr = STATS_GET(mib2.udpoutdatagrams); in udp_get_value() 81 u64_t val64 = STATS_GET(mib2.udpindatagrams); in udp_get_value() 87 u64_t val64 = STATS_GET(mib2.udpoutdatagrams); in udp_get_value()
|
D | snmp_mib2.c | 114 const struct snmp_mib mib2 = SNMP_MIB_CREATE(mib2_base_oid_arr, &mib2_root.node); variable
|
D | snmp_core.c | 211 static const struct snmp_mib *const default_mibs[] = { &mib2, &snmpframeworkmib, &snmpusmmib }; 215 static const struct snmp_mib *const default_mibs[] = { &mib2 };
|
/third_party/lwip/src/core/ipv4/ |
D | icmp.c | 92 MIB2_STATS_INC(mib2.icmpinmsgs); in icmp_input() 115 MIB2_STATS_INC(mib2.icmpinechoreps); in icmp_input() 118 MIB2_STATS_INC(mib2.icmpinechos); in icmp_input() 151 MIB2_STATS_INC(mib2.icmpinerrors); in icmp_input() 245 MIB2_STATS_INC(mib2.icmpoutmsgs); in icmp_input() 247 MIB2_STATS_INC(mib2.icmpoutechoreps); in icmp_input() 259 MIB2_STATS_INC(mib2.icmpindestunreachs); in icmp_input() 261 MIB2_STATS_INC(mib2.icmpintimeexcds); in icmp_input() 263 MIB2_STATS_INC(mib2.icmpinparmprobs); in icmp_input() 265 MIB2_STATS_INC(mib2.icmpinsrcquenchs); in icmp_input() [all …]
|
D | ip4.c | 253 MIB2_STATS_INC(mib2.ipoutnoroutes); 355 MIB2_STATS_INC(mib2.ipinhdrerrors); 377 MIB2_STATS_INC(mib2.ipforwdatagrams); 401 MIB2_STATS_INC(mib2.ipoutnoroutes); 475 MIB2_STATS_INC(mib2.ipinreceives); 489 MIB2_STATS_INC(mib2.ipinhdrerrors); 530 MIB2_STATS_INC(mib2.ipindiscards); 545 MIB2_STATS_INC(mib2.ipinhdrerrors); 652 MIB2_STATS_INC(mib2.ipinaddrerrors); 653 MIB2_STATS_INC(mib2.ipindiscards); [all …]
|
D | ip4_frag.c | 176 MIB2_STATS_INC(mib2.ipreasmfails); in ip_reass_free_complete_datagram() 535 MIB2_STATS_INC(mib2.ipreasmreqds); in ip4_reass() 690 MIB2_STATS_INC(mib2.ipreasmoks); in ip4_reass() 906 MIB2_STATS_INC(mib2.ipfragoks); in ip4_frag() 909 MIB2_STATS_INC(mib2.ipfragfails); in ip4_frag()
|
/third_party/lwip/test/unit/ip4/ |
D | test_ip4.c | 84 memset(&lwip_stats.mib2, 0, sizeof(lwip_stats.mib2)); in START_TEST() 91 fail_unless(lwip_stats.mib2.ipreasmoks == 0); in START_TEST() 98 fail_unless(lwip_stats.mib2.ipreasmoks == 0); in START_TEST() 105 fail_unless(lwip_stats.mib2.ipreasmoks == 0); in START_TEST() 112 fail_unless(lwip_stats.mib2.ipreasmoks == 0); in START_TEST() 119 fail_unless(lwip_stats.mib2.ipreasmoks == 0); in START_TEST() 126 fail_unless(lwip_stats.mib2.ipreasmoks == 0); in START_TEST() 133 fail_unless(lwip_stats.mib2.ipreasmoks == 0); in START_TEST() 140 fail_unless(lwip_stats.mib2.ipreasmoks == 0); in START_TEST() 147 fail_unless(lwip_stats.mib2.ipreasmoks == 1); in START_TEST()
|
/third_party/lwip/src/core/ |
D | udp.c | 235 MIB2_STATS_INC(mib2.udpinerrors); 388 MIB2_STATS_INC(mib2.udpinerrors); 394 MIB2_STATS_INC(mib2.udpindatagrams); 450 MIB2_STATS_INC(mib2.udpnoports); 465 MIB2_STATS_INC(mib2.udpinerrors); 943 MIB2_STATS_INC(mib2.udpoutdatagrams);
|
D | tcp.c | 558 MIB2_STATS_INC(mib2.tcpattemptfails); in tcp_close_shutdown() 577 MIB2_STATS_INC(mib2.tcpattemptfails); in tcp_close_shutdown_fin() 584 MIB2_STATS_INC(mib2.tcpestabresets); in tcp_close_shutdown_fin() 591 MIB2_STATS_INC(mib2.tcpestabresets); in tcp_close_shutdown_fin() 1355 MIB2_STATS_INC(mib2.tcpactiveopens);
|
D | tcp_in.c | 139 MIB2_STATS_INC(mib2.tcpinsegs); 450 MIB2_STATS_INC(mib2.tcpinerrs); 607 MIB2_STATS_INC(mib2.tcpinerrs); 736 MIB2_STATS_INC(mib2.tcppassiveopens);
|
D | tcp_out.c | 1564 MIB2_STATS_INC(mib2.tcpoutsegs); in tcp_output_segment() 1783 MIB2_STATS_INC(mib2.tcpretranssegs); in tcp_rexmit() 2020 MIB2_STATS_INC(mib2.tcpoutrsts); in tcp_rst()
|
/third_party/lwip/src/include/lwip/apps/ |
D | snmp_mib2.h | 51 extern const struct snmp_mib mib2;
|
/third_party/lwip/src/include/lwip/ |
D | stats.h | 299 struct stats_mib2 mib2; member
|
/third_party/lwip/ |
D | UPGRADING | 141 * Moved and reordered stats (mainly memp/mib2)
|
D | CHANGELOG | 477 * snmp_structs.h, mib_structs.c, mib2.c: snmp: fixed ugly inheritance 486 * snmp: Separate mib2 counter/table callbacks from snmp agent. This both cleans 487 up the code and should allow integration of a 3rd party agent/mib2. Simple 1126 * snmp.h, mib2.c: fixed constness and spelling of sysdescr 1861 * api_lib.c, api_msg.c, sockets.c, mib2.c: Fixed compilation with TCP or UDP 1928 * mib2.c: patch #7130: remove meaningless const qualifiers 2838 * opt.h, mib2.c: Patch #6215: added ifAdminStatus write support (if explicitly 2874 * ip_frag.c, memp.c, mib2.c, ip_frag.h, memp_std.h, opt.h: Changed IP_REASSEMBLY 2899 * snmp.h, mib2.c: enable to remove SNMP timer (which consumne several cycles 2905 This one is undefined by default in mib2.c. SNMP_GET_SYSUPTIME is called inside [all …]
|