Home
last modified time | relevance | path

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

/openbsd/usr.sbin/amd/amd/
H A 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()
/openbsd/lib/libc/rpc/
H A Dclnt_raw.c174 msg.acpted_rply.ar_results.where = resultsp; in clntraw_call()
175 msg.acpted_rply.ar_results.proc = xresults; in clntraw_call()
H A Drpc_prot.c90 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where)); in xdr_accepted_reply()
H A Dpmap_rmt.c318 msg.acpted_rply.ar_results.where = (caddr_t)&r; in clnt_broadcast()
319 msg.acpted_rply.ar_results.proc = xdr_rmtcallres; in clnt_broadcast()
366 msg.acpted_rply.ar_results.proc = xdr_void; in clnt_broadcast()
H A Dclnt_tcp.c277 reply_msg.acpted_rply.ar_results.where = NULL; in clnttcp_call()
278 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnttcp_call()
H A Dclnt_udp.c251 reply_msg.acpted_rply.ar_results.where = resultsp; in clntudp_call()
252 reply_msg.acpted_rply.ar_results.proc = xresults; in clntudp_call()
H A Dsvc.c377 rply.acpted_rply.ar_results.where = xdr_location; in svc_sendreply()
378 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply()
/openbsd/usr.sbin/ypbind/
H A Dypbind.c840 msg.acpted_rply.ar_results.where = (caddr_t)&rmtcr; in handle_replies()
841 msg.acpted_rply.ar_results.proc = xdr_rmtcallres; in handle_replies()
870 msg.acpted_rply.ar_results.proc = xdr_void; in handle_replies()
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()
921 msg.acpted_rply.ar_results.proc = xdr_void; in handle_ping()
/openbsd/include/rpc/
H A Drpc_msg.h102 #define ar_results ru.AR_results macro
/openbsd/usr.bin/rusers/
H A Drusers.c418 msgp->acpted_rply.ar_results.where = (caddr_t)resp; in get_reply()
419 msgp->acpted_rply.ar_results.proc = xdr_rmtcallres; in get_reply()
446 msgp->acpted_rply.ar_results.proc = xdr_void; in get_reply()