Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dicmp.h40 #define ICMP_NET_UNREACH 0 /* Network Unreachable */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const219 ICMP_NET_UNREACH = 0
Dvnet_amd64.const219 ICMP_NET_UNREACH = 0
Dvnet_arm.const219 ICMP_NET_UNREACH = 0
Dvnet_386.const219 ICMP_NET_UNREACH = 0
Dvnet_ppc64le.const219 ICMP_NET_UNREACH = 0
Dvnet.txt1017 icmp_dest_unreach_codes = ICMP_NET_UNREACH, ICMP_HOST_UNREACH, ICMP_PROT_UNREACH, ICMP_PORT_UNREACH…
/external/iputils/
Dping.c996 case ICMP_NET_UNREACH: in pr_icmph()