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

  /external/ltp/testcases/network/lib6/
asapi_03.c 200 struct soprot *psop; local
205 psop = (struct soprot *)tpbuf;
206 psop->sop_pid = htonl(getpid());
207 psop->sop_seq = ++seq;
208 psop->sop_dlen = 0;
218 iov.iov_len = sizeof(struct soprot) + ntohl(psop->sop_dlen);

Completed in 179 milliseconds