Searched refs:frag_hdr (Results 1 – 2 of 2) sorted by relevance
276 struct ip6_frag_hdr *frag_hdr; in ip6_reass() local289 frag_hdr = (struct ip6_frag_hdr *) p->payload; in ip6_reass()293 offset = lwip_ntohs(frag_hdr->_fragment_offset); in ip6_reass()322 if ((frag_hdr->_identification == ipr->identification) && in ip6_reass()381 ipr->identification = frag_hdr->_identification; in ip6_reass()384 ipr->nexth = frag_hdr->_nexth; in ip6_reass()724 struct ip6_frag_hdr *frag_hdr; in ip6_frag() local771 frag_hdr = (struct ip6_frag_hdr *)((u8_t*)rambuf->payload + IP6_HLEN); in ip6_frag()787 frag_hdr = (struct ip6_frag_hdr *)((u8_t*)rambuf->payload + IP6_HLEN); in ip6_frag()834 frag_hdr->_nexth = original_ip6hdr->_nexth; in ip6_frag()[all …]
960 struct ip6_frag_hdr *frag_hdr; local963 frag_hdr = (struct ip6_frag_hdr *)p->payload;966 nexth = &IP6_FRAG_NEXTH(frag_hdr);986 if (IP6_FRAG_MBIT(frag_hdr) && (IP6H_PLEN(ip6hdr) & 0x7)) {996 if ((frag_hdr->_fragment_offset &