Home
last modified time | relevance | path

Searched refs:prtp (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/network/lib6/
Dasapi_01.c228 struct tprot *prtp = (struct tprot *)rpbuf; in client() local
304 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()