Home
last modified time | relevance | path

Searched refs:ICMP_TE (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Dicmp.h51 #define ICMP_TE 11 /* time exceeded */ macro
/third_party/lwip/src/core/ipv4/
Dicmp.c260 } else if (type == ICMP_TE) { in icmp_input()
326 icmp_send_response(p, ICMP_TE, t); in icmp_time_exceeded()