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

/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6_frag.c263 struct ip6_frag_hdr *frag_hdr; local
278 frag_hdr = (struct ip6_frag_hdr *) p->payload;
282 offset = lwip_ntohs(frag_hdr->_fragment_offset);
297 if ((frag_hdr->_identification == ipr->identification) &&
348 ipr->identification = frag_hdr->_identification;
351 ipr->nexth = frag_hdr->_nexth;
573 frag_hdr = (struct ip6_frag_hdr *) p->payload;
574 frag_hdr->_nexth = ipr->nexth;
575 frag_hdr->reserved = 0;
576 frag_hdr
664 struct ip6_frag_hdr *frag_hdr; local
[all...]
H A Dip6.c658 struct ip6_frag_hdr *frag_hdr; local
661 frag_hdr = (struct ip6_frag_hdr *)p->payload;
664 nexth = frag_hdr->_nexth;
683 if ((frag_hdr->_fragment_offset &

Completed in 89 milliseconds