Lines Matching refs:msg
57 char msg[MCALL_MSG_SIZE]; member
109 xdrmem_create (xdrs, clp->mashl_callmsg.msg, MCALL_MSG_SIZE, XDR_ENCODE); in clntraw_create()
137 struct rpc_msg msg; in libc_hidden_nolink_sunrpc() local
153 if ((!XDR_PUTBYTES (xdrs, clp->mashl_callmsg.msg, clp->mcnt)) || in libc_hidden_nolink_sunrpc()
173 msg.acpted_rply.ar_verf = _null_auth; in libc_hidden_nolink_sunrpc()
174 msg.acpted_rply.ar_results.where = resultsp; in libc_hidden_nolink_sunrpc()
175 msg.acpted_rply.ar_results.proc = xresults; in libc_hidden_nolink_sunrpc()
176 if (!xdr_replymsg (xdrs, &msg)) in libc_hidden_nolink_sunrpc()
178 _seterr_reply (&msg, &error); in libc_hidden_nolink_sunrpc()
183 if (!AUTH_VALIDATE (h->cl_auth, &msg.acpted_rply.ar_verf)) in libc_hidden_nolink_sunrpc()
196 if (!AUTH_VALIDATE (h->cl_auth, &msg.acpted_rply.ar_verf)) in libc_hidden_nolink_sunrpc()
200 if (msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_nolink_sunrpc()
203 (void) xdr_opaque_auth (xdrs, &(msg.acpted_rply.ar_verf)); in libc_hidden_nolink_sunrpc()