Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:rp

289 	register const struct sunrpc_msg *rp;
298 rp = (const struct sunrpc_msg *)bp;
303 EXTRACT_32BITS(&rp->rm_xid));
307 EXTRACT_32BITS(&rp->rm_xid));
310 reply_stat = EXTRACT_32BITS(&rp->rm_reply.rp_stat);
315 if (xid_map_find(rp, bp2, &proc, &vers) >= 0)
316 interp_reply(rp, proc, vers, length);
321 rstat = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_stat);
325 rlow = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.low);
326 rhigh = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high);
332 rwhy = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_why);
394 parsereq(register const struct sunrpc_msg *rp, register u_int length)
402 dp = (u_int32_t *)&rp->rm_call.cb_cred;
496 register const struct sunrpc_msg *rp;
505 rp = (const struct sunrpc_msg *)bp;
508 EXTRACT_32BITS(&rp->rm_xid));
512 EXTRACT_32BITS(&rp->rm_xid));
518 xid_map_enter(rp, bp2); /* record proc number for later on */
520 v3 = (EXTRACT_32BITS(&rp->rm_call.cb_vers) == NFS_VER3);
521 proc = EXTRACT_32BITS(&rp->rm_call.cb_proc);
536 if ((dp = parsereq(rp, length)) != NULL &&
543 if ((dp = parsereq(rp, length)) != NULL &&
550 if ((dp = parsereq(rp, length)) != NULL &&
557 if ((dp = parsereq(rp, length)) != NULL &&
567 if ((dp = parsereq(rp, length)) != NULL &&
574 if ((dp = parsereq(rp, length)) != NULL &&
593 if ((dp = parsereq(rp, length)) != NULL &&
622 if ((dp = parsereq(rp, length)) != NULL &&
629 if ((dp = parsereq(rp, length)) != 0 && parsefhn(dp, v3) != 0)
635 if ((dp = parsereq(rp, length)) != 0 &&
650 if ((dp = parsereq(rp, length)) != 0 &&
673 if ((dp = parsereq(rp, length)) != NULL &&
680 if ((dp = parsereq(rp, length)) != NULL &&
687 if ((dp = parsereq(rp, length)) != NULL &&
697 if ((dp = parsereq(rp, length)) != NULL &&
707 if ((dp = parsereq(rp, length)) != NULL &&
737 if ((dp = parsereq(rp, length)) != NULL &&
758 if ((dp = parsereq(rp, length)) != NULL &&
765 if ((dp = parsereq(rp, length)) != NULL &&
772 if ((dp = parsereq(rp, length)) != NULL &&
779 if ((dp = parsereq(rp, length)) != NULL &&
790 printf(" proc-%u", EXTRACT_32BITS(&rp->rm_call.cb_proc));
890 xid_map_enter(const struct sunrpc_msg *rp, const u_char *bp)
916 xmep->xid = rp->rm_xid;
929 xmep->proc = EXTRACT_32BITS(&rp->rm_call.cb_proc);
930 xmep->vers = EXTRACT_32BITS(&rp->rm_call.cb_vers);
938 xid_map_find(const struct sunrpc_msg *rp, const u_char *bp, u_int32_t *proc,
943 u_int32_t xid = rp->rm_xid;
1005 parserep(register const struct sunrpc_msg *rp, register u_int length)
1015 * dp = (u_int32_t *)&rp->rm_reply.rp_acpt.ar_verf
1021 * before rp->rm_reply.rp_acpt.ar_verf. So, we cannot use
1026 dp = ((const u_int32_t *)&rp->rm_reply) + 1;
1488 interp_reply(const struct sunrpc_msg *rp, u_int32_t proc, u_int32_t vers, int length)
1511 dp = parserep(rp, length);
1518 if (!(dp = parserep(rp, length)))
1531 if (!(dp = parserep(rp, length)))
1560 if (!(dp = parserep(rp, length)))
1574 dp = parserep(rp, length);
1581 if (!(dp = parserep(rp, length)))
1605 if (!(dp = parserep(rp, length)))
1633 if (!(dp = parserep(rp, length)))
1646 if (!(dp = parserep(rp, length)))
1659 if (!(dp = parserep(rp, length)))
1672 if (!(dp = parserep(rp, length)))
1680 if (!(dp = parserep(rp, length)))
1693 if (!(dp = parserep(rp, length)))
1706 if (!(dp = parserep(rp, length)))
1728 if (!(dp = parserep(rp, length)))
1750 if (!(dp = parserep(rp, length)))
1763 if (!(dp = parserep(rp, length)))
1771 dp = parserep(rp, length);
1778 dp = parserep(rp, length);
1785 dp = parserep(rp, length);
1792 dp = parserep(rp, length);