HomeSort by relevance Sort by last modified time
    Searched refs:WSA_CMSG_LEN (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 182 #define WSA_CMSG_LEN(length) (WSA_CMSGDATA_ALIGN(sizeof(WSACMSGHDR)) + length)
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 254 #define CMSG_LEN(x) WSA_CMSG_LEN(x)
    [all...]

Completed in 46 milliseconds