Searched refs:CMSG_ALIGN (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Dsyscall_emul.cc1593 CMSG_ALIGN(msgHdr->msg_controllen));
H A Dsyscall_emul.hh111 #if defined(__APPLE__) && defined(__MACH__) && !defined(CMSG_ALIGN)
112 #define CMSG_ALIGN(len) (((len) + sizeof(size_t) - 1) & ~(sizeof(size_t) - 1)) macro

Completed in 40 milliseconds