Searched refs:ICMP_DEST_UNREACH (Results 1 – 16 of 16) sorted by relevance
70 case ICMP_DEST_UNREACH: in icmp_to_icmp6_type()96 case ICMP_DEST_UNREACH: in icmp_to_icmp6_code()131 return ICMP_DEST_UNREACH; in icmp6_to_icmp_type()
20 #if defined(ICMP_DEST_UNREACH) || (defined(HAVE_DECL_ICMP_DEST_UNREACH) && HAVE_DECL_ICMP_DEST_UNRE…21 XLAT_PAIR(1ULL<<ICMP_DEST_UNREACH, "1<<ICMP_DEST_UNREACH"),
2 1<<ICMP_DEST_UNREACH
24 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
61 1<<ICMP_DEST_UNREACH | in main()
204 ICMP_DEST_UNREACH = 3
1020 type const[ICMP_DEST_UNREACH, int8]1135 icmp_types = ICMP_ECHOREPLY, ICMP_DEST_UNREACH, ICMP_SOURCE_QUENCH, ICMP_REDIRECT, ICMP_ECHO, ICMP_…
473 (1<<ICMP_DEST_UNREACH)| in main()852 case ICMP_DEST_UNREACH: in parse_reply()994 case ICMP_DEST_UNREACH: in pr_icmph()
267 if (icmp_hdr->type != ICMP_DEST_UNREACH || in parse_icmp()