Home
last modified time | relevance | path

Searched refs:MIB2_STATS_INC (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/src/core/ipv4/
Dicmp.c92 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 …]
Dip4.c223 MIB2_STATS_INC(mib2.ipoutnoroutes); in ip4_route()
322 MIB2_STATS_INC(mib2.ipinhdrerrors); in ip4_forward()
344 MIB2_STATS_INC(mib2.ipforwdatagrams); in ip4_forward()
368 MIB2_STATS_INC(mib2.ipoutnoroutes); in ip4_forward()
442 MIB2_STATS_INC(mib2.ipinreceives);
452 MIB2_STATS_INC(mib2.ipinhdrerrors);
493 MIB2_STATS_INC(mib2.ipindiscards);
508 MIB2_STATS_INC(mib2.ipinhdrerrors);
611 MIB2_STATS_INC(mib2.ipinaddrerrors);
612 MIB2_STATS_INC(mib2.ipindiscards);
[all …]
Dip4_frag.c176 MIB2_STATS_INC(mib2.ipreasmfails); in ip_reass_free_complete_datagram()
515 MIB2_STATS_INC(mib2.ipreasmreqds); in ip4_reass()
670 MIB2_STATS_INC(mib2.ipreasmoks); in ip4_reass()
886 MIB2_STATS_INC(mib2.ipfragoks); in ip4_frag()
889 MIB2_STATS_INC(mib2.ipfragfails); in ip4_frag()
/third_party/lwip/src/core/
Dudp.c221 MIB2_STATS_INC(mib2.udpinerrors); in udp_input()
370 MIB2_STATS_INC(mib2.udpinerrors); in udp_input()
376 MIB2_STATS_INC(mib2.udpindatagrams); in udp_input()
428 MIB2_STATS_INC(mib2.udpnoports); in udp_input()
443 MIB2_STATS_INC(mib2.udpinerrors); in udp_input()
901 MIB2_STATS_INC(mib2.udpoutdatagrams); in udp_sendto_if_src_chksum()
Dtcp.c400 MIB2_STATS_INC(mib2.tcpattemptfails); in tcp_close_shutdown()
419 MIB2_STATS_INC(mib2.tcpattemptfails); in tcp_close_shutdown_fin()
426 MIB2_STATS_INC(mib2.tcpestabresets); in tcp_close_shutdown_fin()
433 MIB2_STATS_INC(mib2.tcpestabresets); in tcp_close_shutdown_fin()
1178 MIB2_STATS_INC(mib2.tcpactiveopens); in tcp_connect()
Dtcp_in.c136 MIB2_STATS_INC(mib2.tcpinsegs);
433 MIB2_STATS_INC(mib2.tcpinerrs);
590 MIB2_STATS_INC(mib2.tcpinerrs);
709 MIB2_STATS_INC(mib2.tcppassiveopens);
Dtcp_out.c1552 MIB2_STATS_INC(mib2.tcpoutsegs); in tcp_output_segment()
1771 MIB2_STATS_INC(mib2.tcpretranssegs); in tcp_rexmit()
2008 MIB2_STATS_INC(mib2.tcpoutrsts); in tcp_rst()
/third_party/lwip/src/include/lwip/
Dstats.h465 #define MIB2_STATS_INC(x) STATS_INC(x) macro
467 #define MIB2_STATS_INC(x) macro