Searched refs:xdr_opaque_auth (Results 1 – 4 of 4) sorted by relevance
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | auth_none.c | 84 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap); in authnone_create() 98 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create() 99 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
|
| A D | rpc_prot.c | 63 bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() function 89 if (!xdr_opaque_auth(xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
|
| A D | clnt_udp.c | 314 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap); in clntudp_call() 317 (void) xdr_opaque_auth(xdrs, &(reply_msg.acpted_rply.ar_verf)); in clntudp_call()
|
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | nfs_auth.c | 64 extern bool_t xdr_opaque_auth(XDR * xdrs, struct opaque_auth * ap); in authnone_create() 134 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create() 135 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
|
Completed in 9 milliseconds