Home
last modified time | relevance | path

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

/dragonfly/lib/libc/rpc/
HDsvc.c361 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()
362 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply()
363 rply.acpted_rply.ar_results.where = xdr_location; in svc_sendreply()
364 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply()
380 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()
381 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in svcerr_noproc()
397 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()
398 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode()
414 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()
415 rply.acpted_rply.ar_stat = SYSTEM_ERR; in svcerr_systemerr()
[all …]
HDclnt_raw.c181 msg.acpted_rply.ar_verf = _null_auth; in clnt_raw_call()
182 msg.acpted_rply.ar_results.where = resultsp; in clnt_raw_call()
183 msg.acpted_rply.ar_results.proc = xresults; in clnt_raw_call()
205 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call()
215 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) { in clnt_raw_call()
218 if (msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_raw_call()
220 xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf)); in clnt_raw_call()
HDclnt_bcast.c558 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp()
559 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp()
561 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp()
568 msg.acpted_rply.ar_verf = _null_auth; in rpc_broadcast_exp()
569 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp()
571 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp()
579 (msg.acpted_rply.ar_stat == SUCCESS)) { in rpc_broadcast_exp()
614 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in rpc_broadcast_exp()
HDrpc_prot.c299 if (msg->acpted_rply.ar_stat == SUCCESS) { in _seterr_reply()
303 accepted(msg->acpted_rply.ar_stat, error); in _seterr_reply()
327 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
328 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
HDclnt_dg.c405 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_dg_call()
406 reply_msg.acpted_rply.ar_results.where = resultsp; in clnt_dg_call()
407 reply_msg.acpted_rply.ar_results.proc = xresults; in clnt_dg_call()
482 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call()
489 &reply_msg.acpted_rply.ar_verf)) { in clnt_dg_call()
493 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_dg_call()
496 &(reply_msg.acpted_rply.ar_verf)); in clnt_dg_call()
HDclnt_vc.c380 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_vc_call()
381 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call()
382 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call()
404 &reply_msg.acpted_rply.ar_verf)) { in clnt_vc_call()
412 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_vc_call()
414 xdr_opaque_auth(xdrs, &(reply_msg.acpted_rply.ar_verf)); in clnt_vc_call()
/dragonfly/contrib/tcpdump/
HDrpc_msg.h126 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/dragonfly/include/rpc/
HDrpc_msg.h158 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/dragonfly/usr.sbin/rpcbind/
HDrpcb_svc_com.c1253 reply_msg.acpted_rply.ar_verf = _null_auth; in handle_reply()
1254 reply_msg.acpted_rply.ar_results.where = 0; in handle_reply()
1255 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in handle_reply()