Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/rpc/
Dsvc.c375 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()
376 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply()
377 rply.acpted_rply.ar_results.where = xdr_location; in svc_sendreply()
378 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply()
393 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()
394 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc()
408 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()
409 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode()
424 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()
425 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr()
[all …]
Dclnt_raw.c173 msg.acpted_rply.ar_verf = _null_auth; in clntraw_call()
174 msg.acpted_rply.ar_results.where = resultsp; in clntraw_call()
175 msg.acpted_rply.ar_results.proc = xresults; in clntraw_call()
188 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clntraw_call()
198 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clntraw_call()
201 if (msg.acpted_rply.ar_verf.oa_base != NULL) { in clntraw_call()
203 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf)); in clntraw_call()
Drpc_prot.c234 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
238 accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
262 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
263 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
Dclnt_tcp.c276 reply_msg.acpted_rply.ar_verf = _null_auth; in clnttcp_call()
277 reply_msg.acpted_rply.ar_results.where = NULL; in clnttcp_call()
278 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnttcp_call()
296 if (! AUTH_VALIDATE(h->cl_auth, &reply_msg.acpted_rply.ar_verf)) { in clnttcp_call()
304 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnttcp_call()
306 (void)xdr_opaque_auth(xdrs, &(reply_msg.acpted_rply.ar_verf)); in clnttcp_call()
Dclnt_udp.c250 reply_msg.acpted_rply.ar_verf = _null_auth; in clntudp_call()
251 reply_msg.acpted_rply.ar_results.where = resultsp; in clntudp_call()
252 reply_msg.acpted_rply.ar_results.proc = xresults; in clntudp_call()
333 &reply_msg.acpted_rply.ar_verf)) { in clntudp_call()
337 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clntudp_call()
340 &(reply_msg.acpted_rply.ar_verf)); in clntudp_call()
Dpmap_rmt.c317 msg.acpted_rply.ar_verf = _null_auth; in clnt_broadcast()
318 msg.acpted_rply.ar_results.where = (caddr_t)&r; in clnt_broadcast()
319 msg.acpted_rply.ar_results.proc = xdr_rmtcallres; in clnt_broadcast()
359 (msg.acpted_rply.ar_stat == SUCCESS)) { in clnt_broadcast()
366 msg.acpted_rply.ar_results.proc = xdr_void; in clnt_broadcast()
/openbsd/src/usr.sbin/amd/amd/
Dmisc_rpc.c80 reply_msg.acpted_rply.ar_results.where = (caddr_t) where; in pickup_rpc_reply()
81 reply_msg.acpted_rply.ar_results.proc = where_xdr; in pickup_rpc_reply()
98 reply_msg.acpted_rply.ar_verf.oa_base) { in pickup_rpc_reply()
101 &reply_msg.acpted_rply.ar_verf); in pickup_rpc_reply()
/openbsd/src/usr.sbin/ypbind/
Dypbind.c839 msg.acpted_rply.ar_verf = _null_auth; in handle_replies()
840 msg.acpted_rply.ar_results.where = (caddr_t)&rmtcr; in handle_replies()
841 msg.acpted_rply.ar_results.proc = xdr_rmtcallres; in handle_replies()
862 (msg.acpted_rply.ar_stat == SUCCESS)) { in handle_replies()
870 msg.acpted_rply.ar_results.proc = xdr_void; in handle_replies()
891 msg.acpted_rply.ar_verf = _null_auth; in handle_ping()
892 msg.acpted_rply.ar_results.where = (caddr_t)&res; in handle_ping()
893 msg.acpted_rply.ar_results.proc = xdr_bool; in handle_ping()
914 (msg.acpted_rply.ar_stat == SUCCESS)) { in handle_ping()
921 msg.acpted_rply.ar_results.proc = xdr_void; in handle_ping()
/openbsd/src/usr.bin/rusers/
Drusers.c417 msgp->acpted_rply.ar_verf = _null_auth; in get_reply()
418 msgp->acpted_rply.ar_results.where = (caddr_t)resp; in get_reply()
419 msgp->acpted_rply.ar_results.proc = xdr_rmtcallres; in get_reply()
440 (msgp->acpted_rply.ar_stat == SUCCESS)) { in get_reply()
446 msgp->acpted_rply.ar_results.proc = xdr_void; in get_reply()
/openbsd/src/include/rpc/
Drpc_msg.h160 #define acpted_rply ru.RM_rmb.ru.RP_ar macro