Home
last modified time | relevance | path

Searched refs:frag_hdr (Results 1 - 2 of 2) sorted by relevance

/third_party/lwip/src/core/ipv6/
H A Dip6_frag.c296 struct ip6_frag_hdr *frag_hdr; in ip6_reass() local
309 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() local
791 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 in ip6_frag()
[all...]
H A Dip6.c1020 struct ip6_frag_hdr *frag_hdr; local
1023 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 &

Completed in 3 milliseconds