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

/barrelfish-2018-10-04/include/lwip2/lwip/prot/
H A Dip6.h132 #define IP6_FRAG_MORE_FLAG 0x0001 macro
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dip6_frag.c490 if ((offset & IP6_FRAG_MORE_FLAG) == 0) {
779 frag_hdr->_fragment_offset = lwip_htons((fragment_offset & IP6_FRAG_OFFSET_MASK) | (last ? 0 : IP6_FRAG_MORE_FLAG));
H A Dip6.c684 PP_HTONS(IP6_FRAG_OFFSET_MASK | IP6_FRAG_MORE_FLAG)) == 0) {

Completed in 101 milliseconds