Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:rp

739                 register const struct sunrpc_msg *rp;
745 rp = (const struct sunrpc_msg *)(bp + 4);
746 if (ND_TTEST(rp->rm_direction)) {
747 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
749 ND_PRINT((ndo, ": NFS request xid %u ", EXTRACT_32BITS(&rp->rm_xid)));
750 nfsreq_print_noaddr(ndo, (const u_char *)rp, fraglen, (const u_char *)ip);
754 ND_PRINT((ndo, ": NFS reply xid %u ", EXTRACT_32BITS(&rp->rm_xid)));
755 nfsreply_print_noaddr(ndo, (const u_char *)rp, fraglen, (const u_char *)ip);