Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:proc

290 	u_int32_t proc, vers, reply_stat;
315 if (xid_map_find(rp, bp2, &proc, &vers) >= 0)
316 interp_reply(rp, proc, vers, length);
500 u_int32_t proc;
518 xid_map_enter(rp, bp2); /* record proc number for later on */
521 proc = EXTRACT_32BITS(&rp->rm_call.cb_proc);
523 if (!v3 && proc < NFS_NPROCS)
524 proc = nfsv3_procid[proc];
526 switch (proc) {
790 printf(" proc-%u", EXTRACT_32BITS(&rp->rm_call.cb_proc));
857 * Maintain a small cache of recent client.XID.server/proc pairs, to allow
872 u_int32_t proc; /* call proc number (host order) */
929 xmep->proc = EXTRACT_32BITS(&rp->rm_call.cb_proc);
934 * Returns 0 and puts NFSPROC_xxx in proc return and
938 xid_map_find(const struct sunrpc_msg *rp, const u_char *bp, u_int32_t *proc,
983 *proc = xmep->proc;
1488 interp_reply(const struct sunrpc_msg *rp, u_int32_t proc, u_int32_t vers, int length)
1496 if (!v3 && proc < NFS_NPROCS)
1497 proc = nfsv3_procid[proc];
1499 switch (proc) {
1798 printf(" proc-%u", proc);