Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dicmp.h62 #define ICMP_REDIR_HOSTTOS 3 /* Redirect Host for TOS */ macro
/external/syzkaller/sys/linux/
Dvnet_amd64.const229 ICMP_REDIR_HOSTTOS = 3
Dvnet_arm64.const229 ICMP_REDIR_HOSTTOS = 3
Dvnet_386.const229 ICMP_REDIR_HOSTTOS = 3
Dvnet_ppc64le.const229 ICMP_REDIR_HOSTTOS = 3
Dvnet_arm.const229 ICMP_REDIR_HOSTTOS = 3
Dvnet.txt1039 icmp_redirect_codes = ICMP_REDIR_NET, ICMP_REDIR_HOST, ICMP_REDIR_NETTOS, ICMP_REDIR_HOSTTOS
/external/iputils/
Dping.c1067 case ICMP_REDIR_HOSTTOS: in pr_icmph()