Home
last modified time | relevance | path

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

/external/ltp/testcases/network/lib6/
Dasapi_01.c227 struct tprot *pttp = (struct tprot *)tpbuf; in client() local
253 memset(pttp, 0, sizeof(*pttp)); in client()
254 memset(pttp->tp_dat, 0xA5, cstab[i].cs_dlen); in client()
256 pttp->tp_pid = htonl(pid); in client()
257 pttp->tp_offset = ntohl(offset); in client()
258 pttp->tp_dlen = ntohl(cstab[i].cs_dlen); in client()
259 pttp->tp_seq = ntohl(++seq); in client()
282 TEST(sendto(sd, pttp, len, 0, (struct sockaddr *)&rsin6, in client()