Home
last modified time | relevance | path

Searched refs:ICMP_REDIR_HOST (Results 1 – 11 of 11) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dicmp.h60 #define ICMP_REDIR_HOST 1 /* Redirect Host */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const228 ICMP_REDIR_HOST = 1
Dvnet_amd64.const228 ICMP_REDIR_HOST = 1
Dvnet_arm.const228 ICMP_REDIR_HOST = 1
Dvnet_386.const228 ICMP_REDIR_HOST = 1
Dvnet_ppc64le.const228 ICMP_REDIR_HOST = 1
Dvnet.txt1039 icmp_redirect_codes = ICMP_REDIR_NET, ICMP_REDIR_HOST, ICMP_REDIR_NETTOS, ICMP_REDIR_HOSTTOS
/external/u-boot/include/
Dnet.h450 #define ICMP_REDIR_HOST 1 /* Redirect Host */ macro
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmp_redirector.c421 sndicmp_p->hdr.code = ICMP_REDIR_HOST; in return_icmp4_redirect()
/external/u-boot/net/
Dnet.c1032 if (icmph->code != ICMP_REDIR_HOST) in receive_icmp()
/external/iputils/
Dping.c1061 case ICMP_REDIR_HOST: in pr_icmph()