Home
last modified time | relevance | path

Searched refs:ICMP_DEST_UNREACH (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dping.c135 # define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
607 case ICMP_DEST_UNREACH: return "Destination Unreachable"; in icmp_type_name()