Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dicmp.h65 #define ICMP_EXC_TTL 0 /* TTL count exceeded */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const208 ICMP_EXC_TTL = 0
Dvnet_amd64.const208 ICMP_EXC_TTL = 0
Dvnet_arm.const208 ICMP_EXC_TTL = 0
Dvnet_386.const208 ICMP_EXC_TTL = 0
Dvnet_ppc64le.const208 ICMP_EXC_TTL = 0
Dvnet.txt1059 icmp_time_exceeded_codes = ICMP_EXC_TTL, ICMP_EXC_FRAGTIME
/external/iputils/
Dping.c1084 case ICMP_EXC_TTL: in pr_icmph()