Home
last modified time | relevance | path

Searched refs:IP6_NEXTH_FRAGMENT (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dip6_frag.c627 if (IP6H_NEXTH(iphdr_ptr) == IP6_NEXTH_FRAGMENT) { in ip6_reass()
631 while (*ptr != IP6_NEXTH_FRAGMENT) { in ip6_reass()
839 IP6H_NEXTH_SET(ip6hdr, IP6_NEXTH_FRAGMENT); in ip6_frag()
Dip6.c958 case IP6_NEXTH_FRAGMENT:
/third_party/lwip/src/include/lwip/prot/
Dip6.h71 #define IP6_NEXTH_FRAGMENT 44 macro