Home | History | Annotate | Download | only in rpc

Lines Matching refs:last_frag

125 #define LAST_FRAG ((uint32_t)(1U << 31))
147 bool_t last_frag;
234 rstrm->last_frag = TRUE;
302 if (rstrm->last_frag)
471 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) {
475 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm)))
478 rstrm->last_frag = FALSE;
492 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) {
496 if ((!rstrm->last_frag) && (!set_input_fragment(rstrm)))
524 *(rstrm->frag_header) = htonl((uint32_t)len | LAST_FRAG);
560 fraglen = (int)(rstrm->in_header & ~LAST_FRAG);
573 if (rstrm->in_header & LAST_FRAG) {
574 rstrm->in_header &= ~LAST_FRAG;
575 rstrm->last_frag = TRUE;
600 if (rstrm->last_frag) {
633 uint32_t eormask = (eor == TRUE) ? LAST_FRAG : 0;
712 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE;
723 rstrm->fbtbc = header & (~LAST_FRAG);