Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/lib6/
Dasapi_03.c166 struct soprot { struct
173 static unsigned char tpbuf[sizeof(struct soprot) + 2048]; argument
174 static unsigned char rpbuf[sizeof(struct soprot) + 2048];
200 struct soprot *psop; in sendall()
205 psop = (struct soprot *)tpbuf; in sendall()
218 iov.iov_len = sizeof(struct soprot) + ntohl(psop->sop_dlen); in sendall()