Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dip6_frag.c76 #define IPV6_FRAG_REQROOM ((s16_t)(sizeof(struct ip6_reass_helper) - IP6_FRAG_HLEN))
119 sizeof(struct ip6_reass_helper) <= IP6_FRAG_HLEN); in ip6_reass_tmr()
303 hdrdiff += IP6_FRAG_HLEN; in ip6_reass()
419 sizeof(struct ip6_reass_helper) <= IP6_FRAG_HLEN); in ip6_reass()
565 pbuf_remove_header(next_pbuf, IP6_FRAG_HLEN); in ip6_reass()
734 const u16_t nfb = (u16_t)((mtu - (IP6_HLEN + IP6_FRAG_HLEN)) & IP6_FRAG_OFFSET_MASK); in ip6_frag()
754 rambuf = pbuf_alloc(PBUF_IP, cop + IP6_FRAG_HLEN, PBUF_RAM); in ip6_frag()
761 poff += pbuf_copy_partial(p, (u8_t*)rambuf->payload + IP6_FRAG_HLEN, cop, poff); in ip6_frag()
778 rambuf = pbuf_alloc(PBUF_LINK, IP6_HLEN + IP6_FRAG_HLEN, PBUF_RAM); in ip6_frag()
840 IP6H_PLEN_SET(ip6hdr, (u16_t)(cop + IP6_FRAG_HLEN)); in ip6_frag()
/third_party/lwip/src/include/lwip/prot/
Dip6.h205 #define IP6_FRAG_HLEN 8 macro