| /components/net/lwip/lwip-1.4.1/src/core/ipv6/ |
| A D | icmp6.c | 133 idur->chksum = inet_chksum(idur, q->len); in icmp_dest_unreach() 172 tehdr->chksum = inet_chksum(tehdr, q->len); in icmp_time_exceeded()
|
| A D | inet6.c | 129 inet_chksum(void *dataptr, u16_t len) in inet_chksum() function
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/ |
| A D | inet.h | 43 u16_t inet_chksum(void *data, u16_t len);
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/ |
| A D | inet_chksum.h | 73 u16_t inet_chksum(void *dataptr, u16_t len);
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | icmp.c | 208 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, IP_HLEN)); in icmp_input() 328 icmphdr->chksum = inet_chksum(icmphdr, q->len); in icmp_send_response()
|
| A D | ip.c | 371 if (inet_chksum(iphdr, iphdr_hlen) != 0) { 374 ("Checksum (0x%"X16_F") failed, IP packet dropped.\n", inet_chksum(iphdr, iphdr_hlen))); 789 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, ip_hlen));
|
| A D | igmp.c | 415 if (inet_chksum(igmp, p->len)) { in igmp_input() 793 igmp->igmp_checksum = inet_chksum(igmp, IGMP_MINLEN); in igmp_send()
|
| A D | inet_chksum.c | 396 inet_chksum(void *dataptr, u16_t len) in inet_chksum() function
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | inet_chksum.h | 74 u16_t inet_chksum(const void *dataptr, u16_t len);
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | inet_chksum.h | 74 u16_t inet_chksum(const void *dataptr, u16_t len);
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | icmp.c | 232 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, hlen)); in icmp_input() 388 icmphdr->chksum = inet_chksum(icmphdr, q->len); in icmp_send_response()
|
| A D | ip4.c | 445 if (inet_chksum(iphdr, iphdr_hlen) != 0) { 448 ("Checksum (0x%"X16_F") failed, IP packet dropped.\n", inet_chksum(iphdr, iphdr_hlen))); 921 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, ip_hlen));
|
| A D | igmp.c | 347 if (inet_chksum(igmp, p->len)) { in igmp_input() 788 igmp->igmp_checksum = inet_chksum(igmp, IGMP_MINLEN); in igmp_send()
|
| A D | ip4_frag.c | 623 IPH_CHKSUM_SET(fraghdr, inet_chksum(fraghdr, IP_HLEN)); in ip4_reass() 835 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, IP_HLEN)); in ip4_frag()
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | icmp.c | 239 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, hlen)); in icmp_input() 395 icmphdr->chksum = inet_chksum(icmphdr, q->len); in icmp_send_response()
|
| A D | igmp.c | 347 if (inet_chksum(igmp, p->len)) { in igmp_input() 789 igmp->igmp_checksum = inet_chksum(igmp, IGMP_MINLEN); in igmp_send()
|
| A D | ip4.c | 500 if (inet_chksum(iphdr, iphdr_hlen) != 0) { 503 … ("Checksum (0x%"X16_F") failed, IP packet dropped.\n", inet_chksum(iphdr, iphdr_hlen))); 961 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, ip_hlen));
|
| A D | ip4_frag.c | 635 IPH_CHKSUM_SET(fraghdr, inet_chksum(fraghdr, IP_HLEN)); in ip4_reass() 865 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, IP_HLEN)); in ip4_frag()
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | SConscript | 14 src/core/inet_chksum.c
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | SConscript | 32 src/core/ipv4/inet_chksum.c
|
| /components/net/lwip/lwip-2.0.3/src/apps/ping/ |
| A D | ping.c | 70 iecho->chksum = inet_chksum(iecho, len); in ping_prepare_echo()
|
| /components/net/lwip/lwip-1.4.1/src/apps/ping/ |
| A D | ping.c | 70 iecho->chksum = inet_chksum(iecho, len); in ping_prepare_echo()
|
| /components/net/lwip/lwip-2.1.2/src/apps/ping/ |
| A D | ping.c | 70 iecho->chksum = inet_chksum(iecho, len); in ping_prepare_echo()
|
| /components/net/lwip/lwip-2.1.2/test/unit/ip4/ |
| A D | test_ip4.c | 45 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, sizeof(struct ip_hdr))); in create_ip4_input_fragment()
|
| /components/net/lwip/lwip-2.0.3/test/unit/ip4/ |
| A D | test_ip4.c | 43 IPH_CHKSUM_SET(iphdr, inet_chksum(iphdr, sizeof(struct ip_hdr))); in create_ip4_input_fragment()
|