Home
last modified time | relevance | path

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

/freebsd/lib/libc/xdr/
H A Dxdr_rec.c104 #define LAST_FRAG ((u_int32_t)(1U << 31)) macro
506 *(rstrm->frag_header) = htonl((u_int32_t)len | LAST_FRAG); in xdrrec_endofrecord()
541 fraglen = (int)(rstrm->in_header & ~LAST_FRAG); in __xdrrec_getrec()
550 if (rstrm->in_header & LAST_FRAG) { in __xdrrec_getrec()
551 rstrm->in_header &= ~LAST_FRAG; in __xdrrec_getrec()
614 u_int32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()
691 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE; in set_input_fragment()
702 rstrm->fbtbc = header & (~LAST_FRAG); in set_input_fragment()