Searched refs:reply_msg (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | clnt_tcp.c | 257 struct rpc_msg reply_msg; in clnttcp_call() local 302 reply_msg.acpted_rply.ar_verf = gssrpc__null_auth; in clnttcp_call() 303 reply_msg.acpted_rply.ar_results.where = NULL; in clnttcp_call() 304 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnttcp_call() 308 if (! xdr_replymsg(xdrs, &reply_msg)) { in clnttcp_call() 316 xdr_replymsg(xdrs, &reply_msg); in clnttcp_call() 322 if (reply_msg.rm_xid == x_id) in clnttcp_call() 329 gssrpc__seterr_reply(&reply_msg, &(ct->ct_error)); in clnttcp_call() 331 if (! AUTH_VALIDATE(h->cl_auth, &reply_msg.acpted_rply.ar_verf)) { in clnttcp_call() 342 if (refreshes-- && AUTH_REFRESH(h->cl_auth, &reply_msg)) in clnttcp_call() [all …]
|
| H A D | clnt_udp.c | 252 struct rpc_msg reply_msg; in clntudp_call() local 299 reply_msg.acpted_rply.ar_verf = gssrpc__null_auth; in clntudp_call() 300 reply_msg.acpted_rply.ar_results.where = NULL; in clntudp_call() 301 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clntudp_call() 363 ok = xdr_replymsg(&reply_xdrs, &reply_msg); in clntudp_call() 366 gssrpc__seterr_reply(&reply_msg, &(cu->cu_error)); in clntudp_call() 369 &reply_msg.acpted_rply.ar_verf)) { in clntudp_call() 381 AUTH_REFRESH(cl->cl_auth, &reply_msg)) { in clntudp_call() 387 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clntudp_call() 388 (reply_msg.acpted_rply.ar_verf.oa_base != NULL)) { in clntudp_call() [all …]
|
| /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 | 1235 struct rpc_msg reply_msg; in handle_reply() local 1263 reply_msg.acpted_rply.ar_verf = _null_auth; in handle_reply() 1264 reply_msg.acpted_rply.ar_results.where = 0; in handle_reply() 1265 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in handle_reply() 1268 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) { in handle_reply() 1273 fi = forward_find(reply_msg.rm_xid); in handle_reply() 1277 __func__, reply_msg.rm_xid, fi); in handle_reply() 1283 _seterr_reply(&reply_msg, &reply_error); in handle_reply() 1312 if (reply_msg.rm_xid == 0) { in handle_reply() 1319 (void)free_slot_by_xid(reply_msg.rm_xid); in handle_reply()
|