Home
last modified time | relevance | path

Searched refs:reply_msg (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/sunrpc/
Dclnt_tcp.c234 struct rpc_msg reply_msg; in libc_hidden_def() local
282 reply_msg.acpted_rply.ar_verf = _null_auth; in libc_hidden_def()
283 reply_msg.acpted_rply.ar_results.where = NULL; in libc_hidden_def()
284 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in libc_hidden_def()
288 if (!xdr_replymsg (xdrs, &reply_msg)) in libc_hidden_def()
294 if ((uint32_t) reply_msg.rm_xid == (uint32_t) x_id) in libc_hidden_def()
301 _seterr_reply (&reply_msg, &(ct->ct_error)); in libc_hidden_def()
304 if (!AUTH_VALIDATE (h->cl_auth, &reply_msg.acpted_rply.ar_verf)) in libc_hidden_def()
315 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def()
318 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
Dclnt_unix.c213 struct rpc_msg reply_msg; in libc_hidden_nolink_sunrpc() local
259 reply_msg.acpted_rply.ar_verf = _null_auth; in libc_hidden_nolink_sunrpc()
260 reply_msg.acpted_rply.ar_results.where = NULL; in libc_hidden_nolink_sunrpc()
261 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in libc_hidden_nolink_sunrpc()
265 if (!xdr_replymsg (xdrs, &reply_msg)) in libc_hidden_nolink_sunrpc()
271 if (reply_msg.rm_xid == x_id) in libc_hidden_nolink_sunrpc()
278 _seterr_reply (&reply_msg, &(ct->ct_error)); in libc_hidden_nolink_sunrpc()
281 if (!AUTH_VALIDATE (h->cl_auth, &reply_msg.acpted_rply.ar_verf)) in libc_hidden_nolink_sunrpc()
292 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_nolink_sunrpc()
295 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_nolink_sunrpc()
Dclnt_udp.c287 struct rpc_msg reply_msg; in clntudp_call() local
358 reply_msg.acpted_rply.ar_verf = _null_auth; in clntudp_call()
359 reply_msg.acpted_rply.ar_results.where = resultsp; in clntudp_call()
360 reply_msg.acpted_rply.ar_results.proc = xresults; in clntudp_call()
492 ok = xdr_replymsg (&reply_xdrs, &reply_msg); in clntudp_call()
496 _seterr_reply (&reply_msg, &(cu->cu_error)); in clntudp_call()
500 &reply_msg.acpted_rply.ar_verf)) in clntudp_call()
505 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in clntudp_call()
508 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in clntudp_call()