Lines Matching defs:nexth
2763 u8_t nexth;
2784 nexth = IP6H_NEXTH(iphdr);
2786 if (nexth == IP6_NEXTH_NONE || nexth == IP6_NEXTH_UDP || nexth == IP6_NEXTH_UDPLITE) {
2789 switch (nexth) {
2792 nexth = *((u8_t *)udpbuf->payload);
2796 nexth = *((u8_t *)udpbuf->payload);
2802 nexth = frag_hdr->_nexth;
2820 LWIP_ERROR("Transport option should be UDP", (nexth == IP6_NEXTH_UDP || nexth == IP6_NEXTH_UDPLITE), goto FUNC_OUT);