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

/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h390 #define CMSG_ALIGN(n) _ALIGN(n) macro
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h238 #define CMSG_ALIGN(x) WSA_CMSGDATA_ALIGN(x) macro
1100 #define CMSG_ALIGN(n) _ALIGN(n) macro
1102 #define CMSG_ALIGN(n) (((n) + __ALIGNBYTES) & ~__ALIGNBYTES) macro
1119 #define CMSG_ALIGN(n) __DARWIN_ALIGN32(n) macro

Completed in 300 milliseconds