Searched refs:reply_msg (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/rpc/ |
H A D | clnt_bck.c | 196 struct rpc_msg reply_msg; in clnt_bck_call() local 332 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_bck_call() 333 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_bck_call() 334 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_bck_call() 335 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_bck_call() 336 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_bck_call() 419 ok = xdr_replymsg(&xdrs, &reply_msg); in clnt_bck_call() 423 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_bck_call() 424 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_bck_call() 427 stat = _seterr_reply(&reply_msg, errp); in clnt_bck_call() [all …]
|
H A D | clnt_dg.c | 338 struct rpc_msg reply_msg; in clnt_dg_call() local 483 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_dg_call() 484 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_dg_call() 485 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_dg_call() 486 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call() 487 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call() 690 ok = xdr_replymsg(&xdrs, &reply_msg); in clnt_dg_call() 694 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call() 695 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call() 698 stat = _seterr_reply(&reply_msg, &(cu->cu_error)); in clnt_dg_call() [all …]
|
H A D | clnt_vc.c | 294 struct rpc_msg reply_msg; in clnt_vc_call() local 448 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_vc_call() 449 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_vc_call() 450 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_vc_call() 451 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call() 452 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call() 535 ok = xdr_replymsg(&xdrs, &reply_msg); in clnt_vc_call() 539 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_vc_call() 540 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_vc_call() 543 stat = _seterr_reply(&reply_msg, errp); in clnt_vc_call() [all …]
|
H A D | clnt_nl.c | 342 struct rpc_msg reply_msg = { in clnt_nl_call() local 352 rv = xdr_replymsg(&xdrs, &reply_msg); in clnt_nl_call() 357 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_nl_call() 358 (reply_msg.acpted_rply.ar_stat == SUCCESS)) { in clnt_nl_call() 364 &reply_msg.acpted_rply.ar_verf, &results))) { in clnt_nl_call() 373 stat = _seterr_reply(&reply_msg, errp); in clnt_nl_call()
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_dg.c | 320 struct rpc_msg reply_msg; in clnt_dg_call() local 440 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_dg_call() 442 reply_msg.acpted_rply.ar_results.where = resultsp; in clnt_dg_call() 443 reply_msg.acpted_rply.ar_results.proc = xresults; in clnt_dg_call() 445 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call() 446 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_dg_call() 528 ok = xdr_replymsg(&reply_xdrs, &reply_msg); in clnt_dg_call() 531 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call() 532 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call() 535 _seterr_reply(&reply_msg, &(cu->cu_error)); in clnt_dg_call() [all …]
|
H A D | clnt_vc.c | 318 struct rpc_msg reply_msg; in clnt_vc_call() local 395 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_vc_call() 396 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call() 397 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call() 403 if (! xdr_replymsg(xdrs, &reply_msg)) { in clnt_vc_call() 409 if (reply_msg.rm_xid == x_id) in clnt_vc_call() 416 _seterr_reply(&reply_msg, &(ct->ct_error)); in clnt_vc_call() 419 &reply_msg.acpted_rply.ar_verf)) { in clnt_vc_call() 436 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_vc_call() 439 &(reply_msg.acpted_rply.ar_verf)); in clnt_vc_call() [all …]
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_svc_com.c | 1231 struct rpc_msg reply_msg; in handle_reply() local 1259 reply_msg.acpted_rply.ar_verf = _null_auth; in handle_reply() 1260 reply_msg.acpted_rply.ar_results.where = 0; in handle_reply() 1261 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in handle_reply() 1264 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) { in handle_reply() 1270 fi = forward_find(reply_msg.rm_xid); in handle_reply() 1274 reply_msg.rm_xid, fi); in handle_reply() 1280 _seterr_reply(&reply_msg, &reply_error); in handle_reply() 1309 if (reply_msg.rm_xid == 0) { in handle_reply() 1316 (void) free_slot_by_xid(reply_msg.rm_xid); in handle_reply()
|