Searched refs:ICMP_INFO_REPLY (Results 1 – 6 of 6) sorted by relevance
47 #if defined(ICMP_INFO_REPLY) || (defined(HAVE_DECL_ICMP_INFO_REPLY) && HAVE_DECL_ICMP_INFO_REPLY)48 XLAT_PAIR(1ULL<<ICMP_INFO_REPLY, "1<<ICMP_INFO_REPLY"),
11 1<<ICMP_INFO_REPLY
19 [ICMP_INFO_REQUEST] = ICMP_INFO_REPLY + 1,20 [ICMP_INFO_REPLY] = ICMP_INFO_REQUEST + 1,
34 #define ICMP_INFO_REPLY 16 /* Information Reply */ macro
1114 case ICMP_INFO_REPLY: in pr_icmph()