Home
last modified time | relevance | path

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

/freebsd/lib/libc/xdr/
H A Dxdr_rec.c115 u_int32_t *frag_header; /* beginning of current fragment */ member
206 rstrm->frag_header = (u_int32_t *)(void *)rstrm->out_base; in xdrrec_create()
360 if ((newpos > (char *)(void *)(rstrm->frag_header)) && in xdrrec_setpos()
503 len = (u_long)(rstrm->out_finger) - (u_long)(rstrm->frag_header) - in xdrrec_endofrecord()
505 *(rstrm->frag_header) = htonl((u_int32_t)len | LAST_FRAG); in xdrrec_endofrecord()
506 rstrm->frag_header = (u_int32_t *)(void *)rstrm->out_finger; in xdrrec_endofrecord()
615 (u_long)(rstrm->frag_header) - sizeof(u_int32_t)); in flush_out()
617 *(rstrm->frag_header) = htonl(len | eormask); in flush_out()
623 rstrm->frag_header = (u_int32_t *)(void *)rstrm->out_base; in flush_out()