Searched refs:LAST_FRAG (Results 1 – 4 of 4) sorted by relevance
92 #define LAST_FRAG 0x80000000 macro448 *(rstrm->frag_header) = htonl((uint32_t)len | LAST_FRAG); in xdrrec_endofrecord()461 uint32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()542 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE; in set_input_fragment()543 rstrm->fbtbc = header & (~LAST_FRAG); in set_input_fragment()
77 #define LAST_FRAG (((uint32_t)1 << 31)) macro600 *(rstrm->frag_header) = htonl((uint32_t)len | LAST_FRAG); in xdrrec_endofrecord()614 uint32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()722 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE; in set_input_fragment()723 rstrm->fbtbc = header & (~LAST_FRAG); in set_input_fragment()937 last_frag = (ntohl(minfraglen) & LAST_FRAG) != 0; in __xdrrec_getbytes_nonblock()938 minfraglen = ntohl(minfraglen) & (~LAST_FRAG); in __xdrrec_getbytes_nonblock()
1642 #define LAST_FRAG(x) ((ntohl(*(uint32_t *)x) & (1U << 31)) == (1U << 31)) macro1649 if (!LAST_FRAG(buff)) { in nb_send()
66 #define LAST_FRAG ((ulong_t)1 << 31) macro215 recmark & LAST_FRAG ? "last" : "", in interpret_rpc()216 recmark & ~LAST_FRAG); in interpret_rpc()