Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_dg.c166 u_int cu_xdrpos; member
266 cu->cu_xdrpos = XDR_GETPOS(&(cu->cu_outxdrs)); in clnt_dg_create()
400 if ((! XDR_PUTBYTES(xdrs, cu->cu_outhdr, cu->cu_xdrpos)) || in clnt_dg_call()
408 *(uint32_t *) &cu->cu_outhdr[cu->cu_xdrpos] = htonl(proc); in clnt_dg_call()
410 cu->cu_xdrpos + sizeof(uint32_t), in clnt_dg_call()