Searched refs:ICMP_ECHO (Results 1 – 13 of 13) sorted by relevance
117 case ICMP_ECHO: in icmp_input()219 if (iecho->chksum > PP_HTONS(0xffffU - (ICMP_ECHO << 8))) { in icmp_input()220 iecho->chksum = (u16_t)(iecho->chksum + PP_HTONS((u16_t)(ICMP_ECHO << 8)) + 1); in icmp_input()222 iecho->chksum = (u16_t)(iecho->chksum + PP_HTONS(ICMP_ECHO << 8)); in icmp_input()
184 #define ICMP_ECHO 8 /* echo service */ macro218 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
34 #define ICMP_ECHO 8 macro183 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
54 #define IERQ ICMP_ECHO
50 #define ICMP_ECHO 8 /* echo */ macro
527 rawPacket.hdr.type = ICMP_ECHO; in ping_network()600 rawTracePacket.hdr.type = ICMP_ECHO; in ltp_traceroute()
379 icmp_p->hdr.type = ICMP_ECHO; in create_clean_packet()
123 send_icmp4->icmp_type = ICMP_ECHO; in send_probe4()