Home
last modified time | relevance | path

Searched refs:ICMP6_ECHO (Results 1 – 2 of 2) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/core/ipv6/
A Dicmp6.c61 case ICMP6_ECHO: in icmp_input()
84 if (iecho->chksum >= htons(0xffff - (ICMP6_ECHO << 8))) { in icmp_input()
85 iecho->chksum += htons(ICMP6_ECHO << 8) + 1; in icmp_input()
87 iecho->chksum += htons(ICMP6_ECHO << 8); in icmp_input()
/components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/
A Dicmp.h48 #define ICMP6_ECHO 128 /* echo */ macro

Completed in 4 milliseconds