Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dping.c138 # define ICMP_ECHO 8 /* Echo Request */ macro
260 pkt->icmp_type = ICMP_ECHO; in ping4()
565 pkt->icmp_type = ICMP_ECHO; in sendping4()
610 case ICMP_ECHO: return "Echo Request"; in icmp_type_name()
721 if (icmppkt->icmp_type != ICMP_ECHO) { in unpack4()
Dtraceroute.c1045 outicmp->icmp_type = ICMP_ECHO; in traceroute_init()