Searched refs:acpted_rply (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dsvc.c269 rply.acpted_rply.ar_verf = xprt->xp_verf;
270 rply.acpted_rply.ar_stat = SUCCESS;
271 rply.acpted_rply.ar_results.where = xdr_location;
272 rply.acpted_rply.ar_results.proc = xdr_results;
287 rply.acpted_rply.ar_verf = xprt->xp_verf;
288 rply.acpted_rply.ar_stat = PROC_UNAVAIL;
303 rply.acpted_rply.ar_verf = xprt->xp_verf;
304 rply.acpted_rply.ar_stat = GARBAGE_ARGS;
319 rply.acpted_rply.ar_verf = xprt->xp_verf;
320 rply.acpted_rply
[all...]
H A Dclnt_raw.c207 msg.acpted_rply.ar_verf = _null_auth;
208 msg.acpted_rply.ar_results.where = resultsp;
209 msg.acpted_rply.ar_results.proc = xresults;
216 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
226 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
229 if (msg.acpted_rply.ar_verf.oa_base != NULL) {
231 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf));
H A Drpc_prot.c296 if (msg->acpted_rply.ar_stat == SUCCESS) {
300 accepted(msg->acpted_rply.ar_stat, error);
328 error->re_vers.low = msg->acpted_rply.ar_vers.low;
329 error->re_vers.high = msg->acpted_rply.ar_vers.high;
H A Dclnt_tcp.c361 reply_msg.acpted_rply.ar_verf = _null_auth;
362 reply_msg.acpted_rply.ar_results.where = NULL;
363 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
381 if (! AUTH_VALIDATE(h->cl_auth, &reply_msg.acpted_rply.ar_verf)) {
389 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
391 (void)xdr_opaque_auth(xdrs, &(reply_msg.acpted_rply.ar_verf));
H A Dclnt_udp.c390 reply_msg.acpted_rply.ar_verf = _null_auth;
391 reply_msg.acpted_rply.ar_results.where = resultsp;
392 reply_msg.acpted_rply.ar_results.proc = xresults;
459 &reply_msg.acpted_rply.ar_verf)) {
463 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
466 &(reply_msg.acpted_rply.ar_verf));
H A Drpc_msg.h206 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
H A Dpmap_rmt.c388 msg.acpted_rply.ar_verf = _null_auth;
389 msg.acpted_rply.ar_results.where = (caddr_t)&r;
390 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_rmtcallres;
431 (msg.acpted_rply.ar_stat == SUCCESS)) {
445 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Drpc_msg.h127 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c1119 msg.acpted_rply.ar_verf = _null_auth;
1120 msg.acpted_rply.ar_results.where = (caddr_t)&rmtcr;
1121 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_rmtcallres;
1143 (msg.acpted_rply.ar_stat == SUCCESS)) {
1151 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
1172 msg.acpted_rply.ar_verf = _null_auth;
1173 msg.acpted_rply.ar_results.where = (caddr_t)&res;
1174 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_bool;
1196 (msg.acpted_rply.ar_stat == SUCCESS))
1204 msg.acpted_rply
[all...]
/macosx-10.9.5/autofs-234/automountd/
H A Dnfs_cast.c393 msg.acpted_rply.ar_verf = _null_auth;
394 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
477 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;

Completed in 150 milliseconds