Home
last modified time | relevance | path

Searched refs:acpted_rply (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sunrpc/
Dsvc.c258 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_nolink_sunrpc()
259 rply.acpted_rply.ar_stat = SUCCESS; in libc_hidden_nolink_sunrpc()
260 rply.acpted_rply.ar_results.where = xdr_location; in libc_hidden_nolink_sunrpc()
261 rply.acpted_rply.ar_results.proc = xdr_results; in libc_hidden_nolink_sunrpc()
278 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_def()
279 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in libc_hidden_def()
296 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_def()
297 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in libc_hidden_def()
314 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_def()
315 rply.acpted_rply.ar_stat = SYSTEM_ERR; in libc_hidden_def()
[all …]
Dclnt_raw.c173 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()
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()
Drpc_prot.c239 if (msg->acpted_rply.ar_stat == SUCCESS) in _seterr_reply()
244 accepted (msg->acpted_rply.ar_stat, error); in _seterr_reply()
269 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
270 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
Dpmap_rmt.c314 msg.acpted_rply.ar_verf = _null_auth; in clnt_broadcast()
315 msg.acpted_rply.ar_results.where = (caddr_t) & r; in clnt_broadcast()
316 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_rmtcallres; in clnt_broadcast()
356 (msg.acpted_rply.ar_stat == SUCCESS)) in clnt_broadcast()
373 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_broadcast()
Dclnt_tcp.c282 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()
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.c259 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()
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.c358 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()
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()
/glibc-2.36/sunrpc/rpc/
Drpc_msg.h159 #define acpted_rply ru.RM_rmb.ru.RP_ar macro