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

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip_icmp.h 230 #define ICMP_TIMXCEED 11 /* time exceeded, code: */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip_icmp.h 230 #define ICMP_TIMXCEED 11 /* time exceeded, code: */
  /external/qemu/slirp/
ip_icmp.c 163 case ICMP_TIMXCEED:
216 if(type!=ICMP_UNREACH && type!=ICMP_TIMXCEED) goto end_error;
ip_input.c 162 icmp_error(m, ICMP_TIMXCEED,ICMP_TIMXCEED_INTRANS, 0,"ttl");
  /external/qemu/slirp-android/
ip_icmp.c 165 case ICMP_TIMXCEED:
218 if(type!=ICMP_UNREACH && type!=ICMP_TIMXCEED) goto end_error;
ip_input.c 162 icmp_error(m, ICMP_TIMXCEED,ICMP_TIMXCEED_INTRANS, 0,"ttl");

Completed in 287 milliseconds

1 23