Home
last modified time | relevance | path

Searched refs:ICMP_REDIR_NET (Results 1 – 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dicmp.h59 #define ICMP_REDIR_NET 0 /* Redirect Net */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const230 ICMP_REDIR_NET = 0
Dvnet_amd64.const230 ICMP_REDIR_NET = 0
Dvnet_arm.const230 ICMP_REDIR_NET = 0
Dvnet_386.const230 ICMP_REDIR_NET = 0
Dvnet_ppc64le.const230 ICMP_REDIR_NET = 0
Dvnet.txt1039 icmp_redirect_codes = ICMP_REDIR_NET, ICMP_REDIR_HOST, ICMP_REDIR_NETTOS, ICMP_REDIR_HOSTTOS
/external/u-boot/include/
Dnet.h449 #define ICMP_REDIR_NET 0 /* Redirect Net */ macro
/external/iputils/
Dping.c1058 case ICMP_REDIR_NET: in pr_icmph()