Searched refs:ICMP_TIMXCEED (Results 1 - 7 of 7) sorted by relevance
/external/qemu/slirp/ |
H A D | ip_icmp.h | 135 #define ICMP_TIMXCEED 11 /* time exceeded, code: */ macro
|
H A D | ip_icmp.c | 163 case ICMP_TIMXCEED: 216 if(type!=ICMP_UNREACH && type!=ICMP_TIMXCEED) goto end_error;
|
H A D | ip_input.c | 162 icmp_error(m, ICMP_TIMXCEED,ICMP_TIMXCEED_INTRANS, 0,"ttl");
|
/external/qemu/slirp-android/ |
H A D | ip_icmp.h | 137 #define ICMP_TIMXCEED 11 /* time exceeded, code: */ macro
|
H A D | ip_icmp.c | 165 case ICMP_TIMXCEED: 218 if(type!=ICMP_UNREACH && type!=ICMP_TIMXCEED) goto end_error;
|
H A D | ip_input.c | 162 icmp_error(m, ICMP_TIMXCEED,ICMP_TIMXCEED_INTRANS, 0,"ttl");
|
/external/tcpdump/ |
H A D | print-icmp.c | 138 #define ICMP_TIMXCEED 11 /* time exceeded, code: */ macro 160 (type) == ICMP_TIMXCEED || \ 498 case ICMP_TIMXCEED:
|
Completed in 29 milliseconds