Searched refs:ICMP_ECHO (Results 1 – 3 of 3) sorted by relevance
22 icmphdr hdr = { .type = ICMP_ECHO }; in TEST()23 ASSERT_EQ(ICMP_ECHO, hdr.type); in TEST()
174 #define ICMP_ECHO 8 /* echo service */ macro208 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
27 #define ICMP_ECHO 8 macro