Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c92 #define LAST_FRAG 0x80000000 macro
448 *(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()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c77 #define LAST_FRAG (((uint32_t)1 << 31)) macro
600 *(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()
H A Dclnt_vc.c1642 #define LAST_FRAG(x) ((ntohl(*(uint32_t *)x) & (1U << 31)) == (1U << 31)) macro
1649 if (!LAST_FRAG(buff)) { in nb_send()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c66 #define LAST_FRAG ((ulong_t)1 << 31) macro
215 recmark & LAST_FRAG ? "last" : "", in interpret_rpc()
216 recmark & ~LAST_FRAG); in interpret_rpc()