Home
last modified time | relevance | path

Searched refs:xdr_opaque_auth (Results 1 – 4 of 4) sorted by relevance

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dauth_none.c84 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 Drpc_prot.c63 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 Dclnt_udp.c314 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 Dnfs_auth.c64 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