HomeSort by relevance Sort by last modified time
    Searched full:pttp (Results 1 - 1 of 1) sorted by null

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

Completed in 105 milliseconds