Home
last modified time | relevance | path

Searched refs:orig_hdr (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip6_frag.h99 u8_t orig_hdr[sizeof(struct ip6_frag_hdr) + sizeof(void*)]; member
102 u8_t orig_hdr[sizeof(struct ip6_frag_hdr)]; member
/third_party/lwip/src/core/ipv6/
Dip6_frag.c165 MEMCPY(p->payload, ipr->orig_hdr, sizeof(iprh)); in ip6_reass_free_complete_datagram()
515 MEMCPY(ipr->orig_hdr, p->payload, sizeof(*iprh)); in ip6_reass()
592 MEMCPY(p->payload, ipr->orig_hdr, IPV6_FRAG_REQROOM); in ip6_reass()