HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_UNREACH_NET (Results 51 - 61 of 61) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip_icmp.h 242 #define ICMP_UNREACH_NET 0 /* bad net */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip_icmp.h 242 #define ICMP_UNREACH_NET 0 /* bad net */
  /external/tcpdump/
print-icmp.c 116 #define ICMP_UNREACH_NET 0 /* bad net */
212 { ICMP_UNREACH_NET, "net %s unreachable" },
  /external/qemu/slirp/
socket.c 464 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET;
510 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET;
ip_icmp.c 156 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,strerror(errno));
udp.c 237 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,strerror(errno));
tcp_input.c 672 u_char code=ICMP_UNREACH_NET;
    [all...]
  /external/qemu/slirp-android/
socket.c 470 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET;
511 else if(errno == ENETUNREACH) code=ICMP_UNREACH_NET;
ip_icmp.c 158 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str);
udp.c 287 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str);
tcp_input.c 678 u_char code=ICMP_UNREACH_NET;
    [all...]

Completed in 168 milliseconds

1 23