Searched refs:ICMP6_ECHO (Results 1 – 2 of 2) sorted by relevance
61 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()
48 #define ICMP6_ECHO 128 /* echo */ macro
Completed in 4 milliseconds