Searched refs:reply_msg (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | clnt_tcp.c | 232 struct rpc_msg reply_msg; in libc_hidden_def() local 280 reply_msg.acpted_rply.ar_verf = _null_auth; in libc_hidden_def() 281 reply_msg.acpted_rply.ar_results.where = NULL; in libc_hidden_def() 282 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in libc_hidden_def() 286 if (!xdr_replymsg (xdrs, &reply_msg)) in libc_hidden_def() 292 if ((u_int32_t) reply_msg.rm_xid == (u_int32_t) x_id) in libc_hidden_def() 299 _seterr_reply (&reply_msg, &(ct->ct_error)); in libc_hidden_def() 302 if (!AUTH_VALIDATE (h->cl_auth, &reply_msg.acpted_rply.ar_verf)) in libc_hidden_def() 313 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def() 316 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
|
A D | clnt_unix.c | 210 struct rpc_msg reply_msg; in libc_hidden_def() local 256 reply_msg.acpted_rply.ar_verf = _null_auth; in libc_hidden_def() 257 reply_msg.acpted_rply.ar_results.where = NULL; in libc_hidden_def() 258 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in libc_hidden_def() 262 if (!xdr_replymsg (xdrs, &reply_msg)) in libc_hidden_def() 268 if (reply_msg.rm_xid == x_id) in libc_hidden_def() 275 _seterr_reply (&reply_msg, &(ct->ct_error)); in libc_hidden_def() 278 if (!AUTH_VALIDATE (h->cl_auth, &reply_msg.acpted_rply.ar_verf)) in libc_hidden_def() 289 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def() 292 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
|
A D | clnt_udp.c | 264 struct rpc_msg reply_msg; in clntudp_call() local 321 reply_msg.acpted_rply.ar_verf = _null_auth; in clntudp_call() 322 reply_msg.acpted_rply.ar_results.where = resultsp; in clntudp_call() 323 reply_msg.acpted_rply.ar_results.proc = xresults; in clntudp_call() 436 ok = xdr_replymsg (&reply_xdrs, &reply_msg); in clntudp_call() 440 _seterr_reply (&reply_msg, &(cu->cu_error)); in clntudp_call() 444 &reply_msg.acpted_rply.ar_verf)) in clntudp_call() 449 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in clntudp_call() 453 &(reply_msg.acpted_rply.ar_verf)); in clntudp_call()
|
Completed in 10 milliseconds