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.c253 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 …]
Dip4_frag.c176 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/src/core/
Dudp.c235 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);
Dtcp.c558 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);
Dtcp_in.c139 MIB2_STATS_INC(mib2.tcpinsegs);
450 MIB2_STATS_INC(mib2.tcpinerrs);
607 MIB2_STATS_INC(mib2.tcpinerrs);
736 MIB2_STATS_INC(mib2.tcppassiveopens);
Dtcp_out.c1564 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/
Dstats.h465 #define MIB2_STATS_INC(x) STATS_INC(x) macro
467 #define MIB2_STATS_INC(x) macro