Home
last modified time | relevance | path

Searched refs:rpc_reply_header (Results 1 – 7 of 7) sorted by relevance

/hardware/msm7k/librpc/rpc/
Dclnt.h110 rpc_reply_header error
118 rpc_reply_header error
Dtypes.h308 typedef struct rpc_reply_header struct
316 } rpc_reply_header; argument
Dxdr.h72 extern bool_t xdr_send_reply_header (XDR *xdr, rpc_reply_header const *reply);
/hardware/msm7k/librpc/
Dsvc.c515 rpc_reply_header reply; in svcerr_decode()
530 rpc_reply_header reply; in svcerr_systemerr()
545 rpc_reply_header reply; in svcerr_noproc()
Drpc.c104 rpc_reply_header const *reply) in xdr_send_reply_header()
Dclnt.c48 extern bool_t xdr_recv_reply_header (xdr_s_type *xdr, rpc_reply_header *reply);
284 rpc_reply_header reply_header; in clnt_call()
489 bool_t xdr_recv_reply_header (xdr_s_type *xdr, rpc_reply_header *reply) in xdr_recv_reply_header()
Dsvc_clnt_common.c83 extern bool_t xdr_recv_reply_header(xdr_s_type *xdr, rpc_reply_header *reply);