Searched refs:au_mpos (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/lib/libc/rpc/
H A Dauth_unix.c85 u_int au_mpos; /* xdr pos at end of marshed */ member in struct:audata
238 return (XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos));
343 * sets private data, au_marshed and au_mpos
361 au->au_mpos = XDR_GETPOS(xdrs);
/freebsd-10.3-release/sys/rpc/
H A Dauth_unix.c97 u_int au_mpos; /* xdr pos at end of marshed */ member in struct:audata
255 if (!XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos))
361 * sets private data, au_marshed and au_mpos
376 au->au_mpos = XDR_GETPOS(xdrs);

Completed in 108 milliseconds