Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dauth_unix.c80 u_int au_mpos; /* xdr pos at end of marshed */ member
225 return (XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos)); in authunix_marshal()
344 au->au_mpos = XDR_GETPOS(xdrs); in marshal_new_auth()
/freebsd/sys/rpc/
H A Dauth_unix.c93 u_int au_mpos; /* xdr pos at end of marshed */ member
251 if (!XDR_PUTBYTES(xdrs, au->au_marshed, au->au_mpos)) in authunix_marshal()
370 au->au_mpos = XDR_GETPOS(xdrs); in marshal_new_auth()