Home
last modified time | relevance | path

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

/openbsd/lib/libc/rpc/
H A Dxdr_rec.c119 u_int32_t *frag_header; /* beginning of current fragment */ member
202 rstrm->frag_header = (u_int32_t *)rstrm->out_base; in xdrrec_create()
356 if ((newpos > (caddr_t)(rstrm->frag_header)) && in xdrrec_setpos()
499 len = (u_long)(rstrm->out_finger) - (u_long)(rstrm->frag_header) - in xdrrec_endofrecord()
501 *(rstrm->frag_header) = htonl((u_long)len | LAST_FRAG); in xdrrec_endofrecord()
502 rstrm->frag_header = (u_int32_t *)rstrm->out_finger; in xdrrec_endofrecord()
608 (u_long)(rstrm->frag_header) - sizeof(u_int32_t); in flush_out()
610 *(rstrm->frag_header) = htonl(len | eormask); in flush_out()
615 rstrm->frag_header = (u_int32_t *)rstrm->out_base; in flush_out()