Searched refs:xdr_authunix_parms (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/include/rpc/
H A Dauth_unix.h73 extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
/freebsd-12-stable/lib/libc/rpc/
H A Dauthunix_prot.c60 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) function
H A Dsvc_auth_unix.c118 } else if (! xdr_authunix_parms(&xdrs, aup)) {
120 (void)xdr_authunix_parms(&xdrs, aup);
H A Dauth_unix.c144 if (! xdr_authunix_parms(&xdrs, &aup))
289 stat = xdr_authunix_parms(&xdrs, &aup);
298 stat = xdr_authunix_parms(&xdrs, &aup);
306 (void)xdr_authunix_parms(&xdrs, &aup);
/freebsd-12-stable/sys/rpc/
H A Drpc_com.h119 bool_t xdr_authunix_parms(struct XDR *xdrs, uint32_t *time, struct xucred *cred);
H A Dauthunix_prot.c66 xdr_authunix_parms(XDR *xdrs, uint32_t *time, struct xucred *cred) function
H A Dauth_unix.c205 if (! xdr_authunix_parms(&xdrs, &time, &xcr))
318 stat = xdr_authunix_parms(&xdrs, &time, &xcr);
328 stat = xdr_authunix_parms(&xdrs, &time, &xcr);
H A Dsvc_auth_unix.c119 } else if (! xdr_authunix_parms(&xdrs, &time, xcr)) {

Completed in 119 milliseconds