Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c44 #define WSA_CMSG_ALIGN(len) (((len) + sizeof(SIZE_T) - 1) & ~(sizeof(SIZE_T) - 1)) macro
2003 #define IP_PKTINFO_LEN (sizeof(WSACMSGHDR) + WSA_CMSG_ALIGN(sizeof(struct in_pktinfo)))