Symbol: xdr_authunix_parms
crypto/krb5/src/include/gssrpc/auth_unix.h
69
extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
crypto/krb5/src/lib/rpc/auth_unix.c
149
if (! xdr_authunix_parms(&xdrs, &aup))
crypto/krb5/src/lib/rpc/auth_unix.c
264
stat = xdr_authunix_parms(&xdrs, &aup);
crypto/krb5/src/lib/rpc/auth_unix.c
273
stat = xdr_authunix_parms(&xdrs, &aup);
crypto/krb5/src/lib/rpc/auth_unix.c
281
(void)xdr_authunix_parms(&xdrs, &aup);
crypto/krb5/src/lib/rpc/svc_auth_unix.c
114
} else if (! xdr_authunix_parms(&xdrs, aup)) {
crypto/krb5/src/lib/rpc/svc_auth_unix.c
116
(void)xdr_authunix_parms(&xdrs, aup);
include/rpc/auth_unix.h
69
extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
lib/libc/rpc/auth_unix.c
137
if (! xdr_authunix_parms(&xdrs, &aup))
lib/libc/rpc/auth_unix.c
282
stat = xdr_authunix_parms(&xdrs, &aup);
lib/libc/rpc/auth_unix.c
291
stat = xdr_authunix_parms(&xdrs, &aup);
lib/libc/rpc/auth_unix.c
299
(void)xdr_authunix_parms(&xdrs, &aup);
lib/libc/rpc/svc_auth_unix.c
111
} else if (! xdr_authunix_parms(&xdrs, aup)) {
lib/libc/rpc/svc_auth_unix.c
113
(void)xdr_authunix_parms(&xdrs, aup);
sys/rpc/auth_unix.c
199
if (! xdr_authunix_parms(&xdrs, &time, &xcr))
sys/rpc/auth_unix.c
310
stat = xdr_authunix_parms(&xdrs, &time, &xcr);
sys/rpc/auth_unix.c
320
stat = xdr_authunix_parms(&xdrs, &time, &xcr);
sys/rpc/rpc_com.h
114
bool_t xdr_authunix_parms(struct XDR *xdrs, uint32_t *time, struct xucred *cred);
sys/rpc/svc_auth_unix.c
118
} else if (!xdr_authunix_parms(&xdrs, &time, xcr))