Home
last modified time | relevance | path

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

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