Searched refs:IP_NEXT_PTR (Results 1 – 1 of 1) sorted by relevance
16 #define IP_NEXT_PTR(iph) ((uint8_t *)iph + (iph->ihl << 2)) macro118 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