Home
last modified time | relevance | path

Searched refs:accreply (Results 1 – 2 of 2) sorted by relevance

/hardware/msm7k/librpc/
Drpc.c44 struct rpc_accepted_reply_header const *accreply) in xdr_send_accepted_reply_header() argument
46 if (!xdr_send_auth(xdr, &accreply->verf)) in xdr_send_accepted_reply_header()
49 if (!XDR_SEND_ENUM(xdr, &accreply->stat)) in xdr_send_accepted_reply_header()
52 switch ((*accreply).stat){ in xdr_send_accepted_reply_header()
54 if (!XDR_SEND_UINT32(xdr, &accreply->u.versions.low)) in xdr_send_accepted_reply_header()
57 if (!XDR_SEND_UINT32(xdr, &accreply->u.versions.high)) in xdr_send_accepted_reply_header()
Dclnt.c452 struct rpc_accepted_reply_header *accreply) in xdr_recv_accepted_reply_header() argument
454 if (!xdr_recv_auth(xdr, &accreply->verf)) { in xdr_recv_accepted_reply_header()
458 if (!XDR_RECV_ENUM(xdr, &accreply->stat)) { in xdr_recv_accepted_reply_header()
462 switch ((*accreply).stat) { in xdr_recv_accepted_reply_header()
464 if (!XDR_RECV_UINT32(xdr, &accreply->u.versions.low)) { in xdr_recv_accepted_reply_header()
468 if (!XDR_RECV_UINT32(xdr, &accreply->u.versions.high)) { in xdr_recv_accepted_reply_header()