Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/lib6/
Dasapi_03.c200 struct soprot *psop; in sendall() local
205 psop = (struct soprot *)tpbuf; in sendall()
206 psop->sop_pid = htonl(getpid()); in sendall()
207 psop->sop_seq = ++seq; in sendall()
208 psop->sop_dlen = 0; in sendall()
218 iov.iov_len = sizeof(struct soprot) + ntohl(psop->sop_dlen); in sendall()