ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
static void | accepted (enum accept_stat, struct rpc_err *) |
static void | rejected (enum reject_stat, struct rpc_err *) |
bool_t | xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) |
bool_t | xdr_des_block (XDR *xdrs, des_block *blkp) |
bool_t | xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar) |
bool_t | xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr) |
bool_t | xdr_replymsg (XDR *xdrs, struct rpc_msg *rmsg) |
bool_t | xdr_getxiddir (XDR *xdrs, struct rpc_msg *rmsg) |
bool_t | xdr_getreplyunion (XDR *xdrs, struct rpc_msg *rmsg) |
bool_t | xdr_getcallbody (XDR *xdrs, struct rpc_msg *rmsg) |
bool_t | xdr_callhdr (XDR *xdrs, struct rpc_msg *cmsg) |
void | _seterr_reply (struct rpc_msg *msg, struct rpc_err *error) |
Variables | |
struct opaque_auth | _null_auth |
static const struct xdr_discrim | reply_dscrm [3] |
Definition at line 348 of file rpc_prot.c.
|
static |
Definition at line 280 of file rpc_prot.c.
Referenced by _seterr_reply(), and request_set_option().
|
static |
Definition at line 321 of file rpc_prot.c.
Referenced by _seterr_reply().
bool_t xdr_accepted_reply | ( | XDR * | xdrs, |
struct accepted_reply * | ar | ||
) |
Definition at line 117 of file rpc_prot.c.
Definition at line 257 of file rpc_prot.c.
Referenced by clnt_dg_create(), clnt_raw_create(), and clnt_vc_create().
Definition at line 100 of file rpc_prot.c.
Referenced by key_gendes(), xdr_cryptkeyarg(), xdr_cryptkeyarg2(), and xdr_cryptkeyres().
Definition at line 234 of file rpc_prot.c.
Referenced by clnt_cb_thread().
Definition at line 221 of file rpc_prot.c.
bool_t xdr_opaque_auth | ( | XDR * | xdrs, |
struct opaque_auth * | ap | ||
) |
Definition at line 82 of file rpc_prot.c.
bool_t xdr_rejected_reply | ( | XDR * | xdrs, |
struct rejected_reply * | rr | ||
) |
Definition at line 153 of file rpc_prot.c.
Definition at line 188 of file rpc_prot.c.
Referenced by clnt_cb_thread(), rpc_broadcast_exp(), svc_dg_reply(), svc_raw_reply(), and svc_vc_reply().
|
extern |
Definition at line 37 of file rpc_commondata.c.
|
static |
Definition at line 179 of file rpc_prot.c.
Referenced by xdr_getreplyunion(), and xdr_replymsg().