Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dicmp.h43 #define ICMP_PORT_UNREACH 3 /* Port Unreachable */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const223 ICMP_PORT_UNREACH = 3
Dvnet_amd64.const223 ICMP_PORT_UNREACH = 3
Dvnet_arm.const223 ICMP_PORT_UNREACH = 3
Dvnet_386.const223 ICMP_PORT_UNREACH = 3
Dvnet_ppc64le.const223 ICMP_PORT_UNREACH = 3
Dvnet.txt1017 icmp_dest_unreach_codes = ICMP_NET_UNREACH, ICMP_HOST_UNREACH, ICMP_PROT_UNREACH, ICMP_PORT_UNREACH
/external/iputils/
Dping.c1005 case ICMP_PORT_UNREACH: in pr_icmph()