HomeSort by relevance Sort by last modified time
    Searched refs:WSA_CMSG_SPACE (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mswsock.h 181 #define WSA_CMSG_SPACE(length) (WSA_CMSGDATA_ALIGN(sizeof(WSACMSGHDR) + WSA_CMSGHDR_ALIGN(length)))
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 246 #define CMSG_SPACE(x) WSA_CMSG_SPACE(x)
    [all...]

Completed in 179 milliseconds