HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_REDIR_HOST (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/
icmp.h 54 #define ICMP_REDIR_HOST 1
  /external/kernel-headers/original/uapi/linux/
icmp.h 60 #define ICMP_REDIR_HOST 1 /* Redirect Host */
  /external/u-boot/include/
net.h 450 #define ICMP_REDIR_HOST 1 /* Redirect Host */
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 421 sndicmp_p->hdr.code = ICMP_REDIR_HOST;
  /external/iputils/
ping.c 1061 case ICMP_REDIR_HOST:
    [all...]
  /external/u-boot/net/
net.c 1032 if (icmph->code != ICMP_REDIR_HOST)
    [all...]

Completed in 79 milliseconds