Searched refs:rm_reply (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Drpc_msg.h125 #define rm_reply ru.RM_rmb macro
H A Dprint-nfs.c311 TCHECK(rp->rm_reply.rp_stat);
312 reply_stat = EXTRACT_32BITS(&rp->rm_reply.rp_stat);
323 TCHECK(rp->rm_reply.rp_reject.rj_stat);
324 rstat = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_stat);
328 TCHECK(rp->rm_reply.rp_reject.rj_vers.high);
329 rlow = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.low);
330 rhigh = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high);
336 TCHECK(rp->rm_reply.rp_reject.rj_why);
337 rwhy = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_why);
1062 * dp = (u_int32_t *)&rp->rm_reply
[all...]
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dsvc.c268 rply.rm_reply.rp_stat = MSG_ACCEPTED;
286 rply.rm_reply.rp_stat = MSG_ACCEPTED;
302 rply.rm_reply.rp_stat = MSG_ACCEPTED;
318 rply.rm_reply.rp_stat = MSG_ACCEPTED;
335 rply.rm_reply.rp_stat = MSG_DENIED;
362 rply.rm_reply.rp_stat = MSG_ACCEPTED;
386 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Drpc_prot.c181 return (xdr_union(xdrs, (enum_t *)&(rmsg->rm_reply.rp_stat),
182 (caddr_t)&(rmsg->rm_reply.ru), reply_dscrm, NULL_xdrproc_t));
293 switch (msg->rm_reply.rp_stat) {
310 error->re_lb.s1 = (int)(msg->rm_reply.rp_stat);
312 error->re_lb.s1 = (long)(msg->rm_reply.rp_stat);
H A Drpc_msg.h204 #define rm_reply ru.RM_rmb macro
H A Dpmap_rmt.c430 (msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c1142 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
1195 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
/macosx-10.9.5/autofs-234/automountd/
H A Dnfs_cast.c457 if (msg.rm_reply.rp_stat == MSG_ACCEPTED &&

Completed in 266 milliseconds