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

  /external/qemu/slirp/
ip_icmp.c 156 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,strerror(errno));
161 case ICMP_UNREACH:
194 * Send ICMP_UNREACH back to the source regarding msrc.
216 if(type!=ICMP_UNREACH && type!=ICMP_TIMXCEED) goto end_error;
ip_icmp.h 112 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
ip_input.c 554 type = ICMP_UNREACH;
585 type = ICMP_UNREACH;
618 type = ICMP_UNREACH;
socket.c 468 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno));
512 DEBUG_MISC((dfd," rx error, tx icmp ICMP_UNREACH:%i\n", code));
513 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno));
udp.c 237 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,strerror(errno));
tcp_input.c 688 icmp_error(m, ICMP_UNREACH,code, 0,strerror(errno));
    [all...]
  /external/qemu/slirp-android/
ip_icmp.c 158 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str);
163 case ICMP_UNREACH:
196 * Send ICMP_UNREACH back to the source regarding msrc.
218 if(type!=ICMP_UNREACH && type!=ICMP_TIMXCEED) goto end_error;
ip_icmp.h 114 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
ip_input.c 554 type = ICMP_UNREACH;
585 type = ICMP_UNREACH;
618 type = ICMP_UNREACH;
socket.c 474 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str);
513 DEBUG_MISC((dfd," rx error, tx icmp ICMP_UNREACH:%i\n", code));
514 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str);
udp.c 239 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str);
tcp_input.c 694 icmp_error(m, ICMP_UNREACH,code, 0,errno_str);
    [all...]
  /bionic/libc/include/netinet/
ip_icmp.h 148 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
  /ndk/build/platforms/android-3/arch-arm/usr/include/netinet/
ip_icmp.h 148 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
  /ndk/build/platforms/android-4/arch-arm/usr/include/netinet/
ip_icmp.h 148 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
  /ndk/build/platforms/android-5/arch-arm/usr/include/netinet/
ip_icmp.h 148 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
  /ndk/build/platforms/android-5/arch-x86/usr/include/netinet/
ip_icmp.h 148 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
  /ndk/build/platforms/android-8/arch-arm/usr/include/netinet/
ip_icmp.h 148 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
  /ndk/build/platforms/android-8/arch-x86/usr/include/netinet/
ip_icmp.h 148 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
  /external/tcpdump/
print-icmp.c 115 #define ICMP_UNREACH 3 /* dest unreachable, codes: */
159 ((type) == ICMP_UNREACH || \
210 /* Formats for most of the ICMP_UNREACH codes */
368 case ICMP_UNREACH:

Completed in 665 milliseconds