OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opaque_auth
(Results
1 - 5
of
5
) sorted by null
/hardware/msm7k/librpc/rpc/
xdr.h
69
extern bool_t xdr_call_msg_start (XDR *xdr, uint32 prog, uint32 ver, uint32 proc,
opaque_auth
*cred,
opaque_auth
*verf);
70
extern bool_t xdr_reply_msg_start (XDR *xdr,
opaque_auth
*verf);
71
extern bool_t xdr_send_auth (XDR *xdr, const
opaque_auth
*auth);
types.h
258
typedef struct
opaque_auth
{
struct
262
}
opaque_auth
;
typedef in typeref:struct:opaque_auth
275
opaque_auth
verf;
396
opaque_auth
verf; /* verf to send back */
/hardware/msm7k/librpc/
rpc.c
12
opaque_auth
*cred,
13
opaque_auth
*verf)
31
opaque_auth
*verf)
128
xdr_send_auth(xdr_s_type *xdr, const
opaque_auth
*auth)
clnt.c
306
opaque_auth
cred;
307
opaque_auth
verf;
421
bool_t xdr_recv_auth (xdr_s_type *xdr,
opaque_auth
*auth)
svc.c
491
opaque_auth
verf;
Completed in 14 milliseconds