Home
last modified time | relevance | path

Searched refs:mib2 (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_mib2_icmp.c65 *uint_ptr = STATS_GET(mib2.icmpinmsgs); in icmp_get_value()
68 *uint_ptr = STATS_GET(mib2.icmpinerrors); 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()
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()
98 *uint_ptr = STATS_GET(mib2.icmpinaddrmasks); in icmp_get_value()
104 *uint_ptr = STATS_GET(mib2.icmpoutmsgs); in icmp_get_value()
107 *uint_ptr = STATS_GET(mib2.icmpouterrors); in icmp_get_value()
[all …]
A Dsnmp_mib2_ip.c81 *uint_ptr = STATS_GET(mib2.ipinreceives); in ip_get_value()
84 *uint_ptr = STATS_GET(mib2.ipinhdrerrors); 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()
118 *uint_ptr = STATS_GET(mib2.ipreasmreqds); in ip_get_value()
121 *uint_ptr = STATS_GET(mib2.ipreasmoks); in ip_get_value()
124 *uint_ptr = STATS_GET(mib2.ipreasmfails); in ip_get_value()
127 *uint_ptr = STATS_GET(mib2.ipfragoks); in ip_get_value()
[all …]
A Dsnmp_mib2_tcp.c85 *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()
111 *uint_ptr = STATS_GET(mib2.tcpinsegs); in tcp_get_value()
114 *uint_ptr = STATS_GET(mib2.tcpoutsegs); in tcp_get_value()
117 *uint_ptr = STATS_GET(mib2.tcpretranssegs); in tcp_get_value()
120 *uint_ptr = STATS_GET(mib2.tcpinerrs); in tcp_get_value()
123 *uint_ptr = STATS_GET(mib2.tcpoutrsts); in tcp_get_value()
A Dsnmp_mib2_udp.c67 *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()
A Dsnmp_mib2.c114 const struct snmp_mib mib2 = SNMP_MIB_CREATE(mib2_base_oid_arr, &mib2_root.node); variable
A Dsnmp_core.c199 static const struct snmp_mib* const default_mibs[] = { &mib2 };
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dicmp.c88 MIB2_STATS_INC(mib2.icmpinmsgs); in icmp_input()
109 MIB2_STATS_INC(mib2.icmpinechoreps); in icmp_input()
112 MIB2_STATS_INC(mib2.icmpinechos); in icmp_input()
145 MIB2_STATS_INC(mib2.icmpinerrors); in icmp_input()
234 MIB2_STATS_INC(mib2.icmpoutmsgs); in icmp_input()
236 MIB2_STATS_INC(mib2.icmpoutechoreps); in icmp_input()
276 MIB2_STATS_INC(mib2.icmpinerrors); in icmp_input()
282 MIB2_STATS_INC(mib2.icmpinerrors); in icmp_input()
314 MIB2_STATS_INC(mib2.icmpouttimeexcds); in icmp_time_exceeded()
339 MIB2_STATS_INC(mib2.icmpoutmsgs); in icmp_send_response()
[all …]
A Dip4.c226 MIB2_STATS_INC(mib2.ipoutnoroutes); in ip4_route()
319 MIB2_STATS_INC(mib2.ipinhdrerrors); in ip4_forward()
341 MIB2_STATS_INC(mib2.ipforwdatagrams); in ip4_forward()
365 MIB2_STATS_INC(mib2.ipoutnoroutes); in ip4_forward()
397 MIB2_STATS_INC(mib2.ipinreceives);
407 MIB2_STATS_INC(mib2.ipinhdrerrors);
450 MIB2_STATS_INC(mib2.ipindiscards);
591 MIB2_STATS_INC(mib2.ipindiscards);
609 MIB2_STATS_INC(mib2.ipindiscards);
679 MIB2_STATS_INC(mib2.ipindelivers);
[all …]
A Dip4_frag.c172 MIB2_STATS_INC(mib2.ipreasmfails); in ip_reass_free_complete_datagram()
493 MIB2_STATS_INC(mib2.ipreasmreqds); in ip4_reass()
623 MIB2_STATS_INC(mib2.ipreasmoks); in ip4_reass()
825 MIB2_STATS_INC(mib2.ipfragoks); in ip4_frag()
828 MIB2_STATS_INC(mib2.ipfragfails); in ip4_frag()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Dsnmp_mib2.h51 extern const struct snmp_mib mib2;
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/
A Dsnmp_mib2.h51 extern const struct snmp_mib mib2;
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dudp.c232 MIB2_STATS_INC(mib2.udpinerrors); in udp_input()
371 MIB2_STATS_INC(mib2.udpinerrors); in udp_input()
377 MIB2_STATS_INC(mib2.udpindatagrams); in udp_input()
441 MIB2_STATS_INC(mib2.udpnoports); in udp_input()
456 MIB2_STATS_INC(mib2.udpinerrors); in udp_input()
871 MIB2_STATS_INC(mib2.udpoutdatagrams); in udp_sendto_if_src_chksum()
A Dtcp.c324 MIB2_STATS_INC(mib2.tcpattemptfails); in tcp_close_shutdown()
330 MIB2_STATS_INC(mib2.tcpattemptfails); in tcp_close_shutdown()
337 MIB2_STATS_INC(mib2.tcpestabresets); in tcp_close_shutdown()
344 MIB2_STATS_INC(mib2.tcpestabresets); in tcp_close_shutdown()
957 MIB2_STATS_INC(mib2.tcpactiveopens); in tcp_connect()
A Dtcp_in.c124 MIB2_STATS_INC(mib2.tcpinsegs);
366 MIB2_STATS_INC(mib2.tcpinerrs);
532 MIB2_STATS_INC(mib2.tcpinerrs);
624 MIB2_STATS_INC(mib2.tcppassiveopens);
A Dtcp_out.c1318 MIB2_STATS_INC(mib2.tcpoutsegs); in tcp_output_segment()
1424 MIB2_STATS_INC(mib2.tcpoutrsts); in tcp_rst()
1524 MIB2_STATS_INC(mib2.tcpretranssegs); in tcp_rexmit()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dstats.h299 struct stats_mib2 mib2; member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dstats.h299 struct stats_mib2 mib2; member

Completed in 32 milliseconds