Searched refs:prtp (Results 1 – 1 of 1) sorted by relevance
228 struct tprot *prtp = (struct tprot *)rpbuf; in client() local304 if (htonl(prtp->tp_pid) == (uint32_t)pid && in client()305 htonl(prtp->tp_seq) == (uint32_t)seq) in client()309 pend = rpbuf + sizeof(struct tprot) + ntohl(prtp->tp_dlen); in client()310 for (p = &prtp->tp_dat[0]; p < pend; ++p) { in client()