Searched defs:cmh (Results 1 – 3 of 3) sorted by relevance
98 cmsghdr cmh; in send() member
324 struct cmsghdr cmh; in ParseSocketCommands() member1178 struct cmsghdr cmh; in SendCommand() member
141 for (adb_cmsghdr* cmh = adb_CMSG_FIRSTHDR(&msg); cmh; cmh = adb_CMSG_NXTHDR(&msg, cmh)) { in ReceiveMessageInternal() local