Searched refs:controlbuf (Results 1 – 2 of 2) sorted by relevance
73 uint8_t controlbuf[CMSG_SPACE(NUM_FDS * sizeof(int))]; in read_fds() member78 msg.msg_control = u.controlbuf; in read_fds()79 msg.msg_controllen = sizeof(u.controlbuf); in read_fds()
56 static void compare(const void *tbuf, const void *controlbuf, off_t baseofs, in compare() argument62 if (((const char*)tbuf)[i] != ((const char*)controlbuf)[i]) { in compare()70 << (unsigned)((const uint8_t*)controlbuf)[i] in compare()