Searched refs:ICMP_TIMXCEED (Results 1 - 7 of 7) sorted by relevance

/external/qemu/slirp/
H A Dip_icmp.h135 #define ICMP_TIMXCEED 11 /* time exceeded, code: */ macro
H A Dip_icmp.c163 case ICMP_TIMXCEED:
216 if(type!=ICMP_UNREACH && type!=ICMP_TIMXCEED) goto end_error;
H A Dip_input.c162 icmp_error(m, ICMP_TIMXCEED,ICMP_TIMXCEED_INTRANS, 0,"ttl");
/external/qemu/slirp-android/
H A Dip_icmp.h137 #define ICMP_TIMXCEED 11 /* time exceeded, code: */ macro
H A Dip_icmp.c165 case ICMP_TIMXCEED:
218 if(type!=ICMP_UNREACH && type!=ICMP_TIMXCEED) goto end_error;
H A Dip_input.c162 icmp_error(m, ICMP_TIMXCEED,ICMP_TIMXCEED_INTRANS, 0,"ttl");
/external/tcpdump/
H A Dprint-icmp.c138 #define ICMP_TIMXCEED 11 /* time exceeded, code: */ macro
160 (type) == ICMP_TIMXCEED || \
498 case ICMP_TIMXCEED:

Completed in 81 milliseconds