Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:rp

423 		register const struct sunrpc_msg *rp;
439 rp = (const struct sunrpc_msg *)(up + 1);
440 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
442 sunrpcrequest_print(ndo, (const u_char *)rp, length,
445 nfsreply_print(ndo, (const u_char *)rp, length,
506 register const struct sunrpc_msg *rp;
509 rp = (const struct sunrpc_msg *)(up + 1);
510 if (ND_TTEST(rp->rm_direction)) {
511 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
513 ND_PRINT((ndo, "NFS request xid %u ", EXTRACT_32BITS(&rp->rm_xid)));
514 nfsreq_print_noaddr(ndo, (const u_char *)rp, length,
519 ND_PRINT((ndo, "NFS reply xid %u ", EXTRACT_32BITS(&rp->rm_xid)));
520 nfsreply_print_noaddr(ndo, (const u_char *)rp, length,
526 sunrpcrequest_print((const u_char *)rp, length, (const u_char *)ip);