Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dicmp.c160 ICMPOutput(mtcp, pctx, pctx->p.iph->daddr, pctx->p.iph->saddr, ICMP_ECHOREPLY, 0, in ProcessICMPECHORequest()
209 case ICMP_ECHOREPLY: in ProcessICMPPacket()
/mOS-networking-stack/core/src/include/
H A Dicmp.h39 #define ICMP_ECHOREPLY 0 /* Echo Reply */ macro