Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dicmp.h54 #define ICMP_PREC_VIOLATION 14 /* Precedence violation */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const225 ICMP_PREC_VIOLATION = 14
Dvnet_amd64.const225 ICMP_PREC_VIOLATION = 14
Dvnet_arm.const225 ICMP_PREC_VIOLATION = 14
Dvnet_386.const225 ICMP_PREC_VIOLATION = 14
Dvnet_ppc64le.const225 ICMP_PREC_VIOLATION = 14
Dvnet.txt1017 …_HOST_ANO, ICMP_NET_UNR_TOS, ICMP_HOST_UNR_TOS, ICMP_PKT_FILTERED, ICMP_PREC_VIOLATION, ICMP_PREC_…
/external/iputils/
Dping.c1038 case ICMP_PREC_VIOLATION: in pr_icmph()