Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/lib6/
Dasapi_03.c181 int cm_len; member
227 pcmsg->cmsg_len = CMSG_LEN(cmtab[i].cm_len); in sendall()
230 memcpy(CMSG_DATA(pcmsg), &cmtab[i].cmu, cmtab[i].cm_len); in sendall()
231 pd += CMSG_SPACE(cmtab[i].cm_len); in sendall()
232 ctotal += CMSG_SPACE(cmtab[i].cm_len); in sendall()