Home
last modified time | relevance | path

Searched refs:frag_hdr (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/core/ipv6/
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->_nexth = original_ip6hdr->_nexth; in ip6_frag()
[all …]
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 &
/third_party/lwip/
D0081-ip6-hdr.patch154 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);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h76349 struct frag_hdr { struct