Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall_defs.h381 #define TARGET_CMSG_ALIGN(len) (((len) + sizeof (abi_long) - 1) \ macro
384 TARGET_CMSG_ALIGN(len))
395 + TARGET_CMSG_ALIGN (tswapal(__cmsg->cmsg_len))); in __target_cmsg_nxthdr()