Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/am-utils/dist/libamu/
Dmisc_rpc.c93 reply_msg.acpted_rply.ar_results.where = where; in pickup_rpc_reply()
94 reply_msg.acpted_rply.ar_results.proc = where_xdr; in pickup_rpc_reply()
/netbsd/src/lib/libc/rpc/
Dclnt_bcast.c583 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp()
585 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp()
593 msg.acpted_rply.ar_results.where = in rpc_broadcast_exp()
595 msg.acpted_rply.ar_results.proc = in rpc_broadcast_exp()
638 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in rpc_broadcast_exp()
Dclnt_raw.c206 msg.acpted_rply.ar_results.where = resultsp; in clnt_raw_call()
207 msg.acpted_rply.ar_results.proc = xresults; in clnt_raw_call()
Drpc_prot.c130 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where)); in xdr_accepted_reply()
Dsvc.c453 rply.acpted_rply.ar_results.where = xdr_location; in svc_sendreply()
454 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply()
Dclnt_dg.c398 reply_msg.acpted_rply.ar_results.where = resultsp; in clnt_dg_call()
399 reply_msg.acpted_rply.ar_results.proc = xresults; in clnt_dg_call()
Dclnt_vc.c426 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call()
427 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call()
/netbsd/src/usr.sbin/ypbind/
Dypbind.c1235 msg.acpted_rply.ar_results.where = (caddr_t)(void *)&rmtcr; in handle_replies()
1236 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_rmtcallres; in handle_replies()
1267 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in handle_replies()
1293 msg.acpted_rply.ar_results.where = (caddr_t)(void *)&res; in handle_ping()
1294 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_bool; in handle_ping()
1324 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in handle_ping()
/netbsd/src/include/rpc/
Drpc_msg.h101 #define ar_results ru.AR_results macro
/netbsd/src/usr.sbin/rpcbind/
Drpcb_svc_com.c1298 reply_msg.acpted_rply.ar_results.where = 0; in handle_reply()
1299 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in handle_reply()