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

/freebsd-12-stable/lib/libc/rpc/
H A Dauth_unix.c87 u_int au_mpos; /* xdr pos at end of marshed */ member in struct:audata
232 return (XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos));
334 * sets private data, au_marshed and au_mpos
351 au->au_mpos = XDR_GETPOS(xdrs);
/freebsd-12-stable/sys/rpc/
H A Dauth_unix.c99 u_int au_mpos; /* xdr pos at end of marshed */ member in struct:audata
257 if (!XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos))
363 * sets private data, au_marshed and au_mpos
378 au->au_mpos = XDR_GETPOS(xdrs);

Completed in 56 milliseconds