Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dicmp.c16 #define IP_NEXT_PTR(iph) ((uint8_t *)iph + (iph->ihl << 2)) macro
118 icmph = (struct icmphdr *) IP_NEXT_PTR(iph); in ICMPOutput()
189 struct icmphdr *icmph = (struct icmphdr *) IP_NEXT_PTR(pctx->p.iph); in ProcessICMPPacket()
250 #undef IP_NEXT_PTR