Lines Matching full:bits

502 …GF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("SAM == 00, no src compression, fetching 128bits inline\n"));  in lowpan6_decompress_hdr()
507 … LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("SAM == 01, src compression, 64bits inline\n")); in lowpan6_decompress_hdr()
508 /* set 64 bits to link local */ in lowpan6_decompress_hdr()
515 … LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("SAM == 10, src compression, 16bits inline\n")); in lowpan6_decompress_hdr()
516 /* set 96 bits to link local */ in lowpan6_decompress_hdr()
520 /* extract remaining 16bits from inline bytes, increase offset */ in lowpan6_decompress_hdr()
525 …LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("SAM == 11, src compression, 0bits inline, using ot… in lowpan6_decompress_hdr()
573 /* determine further address bits */ in lowpan6_decompress_hdr()
575 /* SAM=01, load additional 64bits */ in lowpan6_decompress_hdr()
577 …LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("SAM == 01, context compression, 64bits inline\n")); in lowpan6_decompress_hdr()
580 /* SAM=01, load additional 16bits */ in lowpan6_decompress_hdr()
583 …LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("SAM == 10, context compression, 16bits inline\n")); in lowpan6_decompress_hdr()
587 …LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("SAM == 11, context compression, 0bits inline, usin… in lowpan6_decompress_hdr()
613 /* DAM = 00, copy full address (128bits) */ in lowpan6_decompress_hdr()
614 …GF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("DAM == 00, no dst compression, fetching 128bits inline\n")); in lowpan6_decompress_hdr()
618 /* DAM = 01, copy 4 bytes (32bits) */ in lowpan6_decompress_hdr()
619 …LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("DAM == 01, dst address form (48bits): ffXX::00XX:X… in lowpan6_decompress_hdr()
626 /* DAM = 10, copy 3 bytes (24bits) */ in lowpan6_decompress_hdr()
627 …LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("DAM == 10, dst address form (32bits): ffXX::00XX:X… in lowpan6_decompress_hdr()
634 /* DAM = 11, copy 1 byte (8bits) */ in lowpan6_decompress_hdr()
635 …LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("DAM == 11, dst address form (8bits): ff02::00XX\n"… in lowpan6_decompress_hdr()
670 …BUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("DAM == 00, no dst compression, fetching 128bits inline")); in lowpan6_decompress_hdr()
675 … LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("DAM == 01, dst compression, 64bits inline\n")); in lowpan6_decompress_hdr()
676 /* DAM=01, copy 64 inline bits, increase offset */ in lowpan6_decompress_hdr()
680 … LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG, ("DAM == 01, dst compression, 16bits inline\n")); in lowpan6_decompress_hdr()
681 /* DAM=10, copy 16 inline bits, increase offset */ in lowpan6_decompress_hdr()
686 /* DAM=11, no bits available, use other headers (not done here) */ in lowpan6_decompress_hdr()
687 …LWIP_DEBUGF(LWIP_LOWPAN6_DECOMPRESSION_DEBUG,("DAM == 01, dst compression, 0bits inline, using oth… in lowpan6_decompress_hdr()