Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/prot/
A Dip6.h207 #define IP6_FRAG_MORE_FLAG 0x0001 macro
/lib/lwip/lwip/src/core/ipv6/
A Dip6_frag.c526 if ((offset & IP6_FRAG_MORE_FLAG) == 0) { in ip6_reass()
836 … = lwip_htons((u16_t)((fragment_offset & IP6_FRAG_OFFSET_MASK) | (last ? 0 : IP6_FRAG_MORE_FLAG))); in ip6_frag()
A Dip6.c1001 PP_HTONS(IP6_FRAG_OFFSET_MASK | IP6_FRAG_MORE_FLAG)) == 0) {

Completed in 8 milliseconds