HomeSort by: relevance | last modified time | path
    Searched refs:TdiFlags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
winsock.h 126 ULONG TdiFlags;
135 ULONG TdiFlags;
winsock.c 287 info.TdiFlags = TDI_RECEIVE_NORMAL;
290 info.TdiFlags |= TDI_RECEIVE_PEEK;
294 info.TdiFlags |= TDI_RECEIVE_PARTIAL;
383 info.TdiFlags = TDI_RECEIVE_NORMAL;
388 info.TdiFlags |= TDI_RECEIVE_PEEK;
392 info.TdiFlags |= TDI_RECEIVE_PARTIAL;

Completed in 31 milliseconds