Searched refs:cm_len (Results 1 – 1 of 1) sorted by relevance
181 int cm_len; member227 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()