Searched refs:frag_hdr (Results 1 – 4 of 4) sorted by relevance
296 struct ip6_frag_hdr *frag_hdr; in ip6_reass() local309 frag_hdr = (struct ip6_frag_hdr *) p->payload; in ip6_reass()313 offset = lwip_ntohs(frag_hdr->_fragment_offset); in ip6_reass()342 if ((frag_hdr->_identification == ipr->identification) && in ip6_reass()401 ipr->identification = frag_hdr->_identification; in ip6_reass()404 ipr->nexth = frag_hdr->_nexth; in ip6_reass()744 struct ip6_frag_hdr *frag_hdr; in ip6_frag() local791 frag_hdr = (struct ip6_frag_hdr *)((u8_t*)rambuf->payload + IP6_HLEN); in ip6_frag()807 frag_hdr = (struct ip6_frag_hdr *)((u8_t*)rambuf->payload + IP6_HLEN); in ip6_frag()854 frag_hdr->_nexth = original_ip6hdr->_nexth; in ip6_frag()[all …]
1020 struct ip6_frag_hdr *frag_hdr; local1023 frag_hdr = (struct ip6_frag_hdr *)p->payload;1026 nexth = &IP6_FRAG_NEXTH(frag_hdr);1046 if (IP6_FRAG_MBIT(frag_hdr) && (IP6H_PLEN(ip6hdr) & 0x7)) {1056 if ((frag_hdr->_fragment_offset &
154 struct ip6_frag_hdr *frag_hdr;172 frag_hdr = (struct ip6_frag_hdr *)((u8_t*)rambuf->payload + IP6_HLEN);181 frag_hdr = (struct ip6_frag_hdr *)((u8_t*)rambuf->payload + IP6_HLEN);
76349 struct frag_hdr { struct