HomeSort by: relevance | last modified time | path
    Searched refs:xdr_opaque_auth (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/rpc/
auth_none.c 110 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred);
111 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
auth_unix.c 271 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) {
275 (void)xdr_opaque_auth(&xdrs, &au->au_shcred);
364 if ((! xdr_opaque_auth(xdrs, &(auth->ah_cred))) ||
365 (! xdr_opaque_auth(xdrs, &(auth->ah_verf))))
rpc_prot.c 69 __weak_alias(xdr_opaque_auth,_xdr_opaque_auth)
84 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) function in typeref:typename:bool_t
123 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf)))
rpc_callmsg.c 209 xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred)) )
210 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf)));
Makefile.inc 101 rpc_xdr.3 xdr_opaque_auth.3 \
clnt_raw.c 244 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf));
clnt_dg.c 481 (void) xdr_opaque_auth(xdrs,
clnt_vc.c 459 (void)xdr_opaque_auth(xdrs,
  /src/include/rpc/
auth.h 174 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
  /src/lib/libc/include/
namespace.h 849 #define xdr_opaque_auth _xdr_opaque_auth macro

Completed in 17 milliseconds