Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dicmp.h44 #define ICMP_TIME_EXCEEDED 11 /* Time Exceeded */ macro
/mOS-networking-stack/core/src/
H A Dicmp.c217 case ICMP_TIME_EXCEEDED: in ProcessICMPPacket()