Home
last modified time | relevance | path

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

/dragonfly/lib/libc/xdr/
H A Dxdr_rec.c118 uint32_t *frag_header; /* beginning of current fragment */ member
203 rstrm->frag_header = (uint32_t *)(void *)rstrm->out_base; in xdrrec_create()
356 if ((newpos > (char *)(void *)(rstrm->frag_header)) && in xdrrec_setpos()
498 len = (u_long)(rstrm->out_finger) - (u_long)(rstrm->frag_header) - in xdrrec_endofrecord()
500 *(rstrm->frag_header) = htonl((uint32_t)len | LAST_FRAG); in xdrrec_endofrecord()
501 rstrm->frag_header = (uint32_t *)(void *)rstrm->out_finger; in xdrrec_endofrecord()
610 (u_long)(rstrm->frag_header) - sizeof(uint32_t)); in flush_out()
612 *(rstrm->frag_header) = htonl(len | eormask); in flush_out()
618 rstrm->frag_header = (uint32_t *)(void *)rstrm->out_base; in flush_out()