Home
last modified time | relevance | path

Searched refs:chkerr (Results 1 – 13 of 13) sorted by relevance

/third_party/lwip/src/core/
Dstats.c71 LWIP_PLATFORM_DIAG(("chkerr: %"STAT_COUNTER_F"\n\t", proto->chkerr)); in stats_display_proto()
89 LWIP_PLATFORM_DIAG(("chkerr: %"STAT_COUNTER_F"\n\t", igmp->chkerr)); in stats_display_igmp()
Dudp.c363 goto chkerr;
369 goto chkerr;
378 goto chkerr;
460 chkerr:
463 UDP_STATS_INC(udp.chkerr);
Dtcp_in.c171 TCP_STATS_INC(tcp.chkerr);
/third_party/lwip/src/include/lwip/
Dstats.h69 STAT_COUNTER chkerr; /* Checksum error. */ member
84 STAT_COUNTER chkerr; /* Checksum error. */ member
/third_party/lwip/src/core/ipv6/
Dicmp6.c108 ICMP6_STATS_INC(icmp6.chkerr); in icmp6_input()
/third_party/lwip/src/core/ipv4/
Dicmp.c150 ICMP_STATS_INC(icmp.chkerr); in icmp_input()
Digmp.c349 IGMP_STATS_INC(igmp.chkerr); in igmp_input()
Dip4.c543 IP_STATS_INC(ip.chkerr);
/third_party/lwip/
D0070-add-CHECKSUM_UDP-when-not-support-OFFLOAD_UDP_CHECKS.patch50 goto chkerr;
D0060-lwip-add-udp-multicast.patch150 @@ -451,7 +457,7 @@ chkerr:
D0023-refactor-event-and-checksum-offload-support.patch294 TCP_STATS_INC(tcp.chkerr);
D0002-adapt-lstack.patch3058 chkerr:
3059 @@ -438,7 +447,13 @@ chkerr:
/third_party/lwip/src/netif/ppp/
Dpppos.c532 LINK_STATS_INC(link.chkerr); in pppos_input()