Home
last modified time | relevance | path

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

/reactos/dll/win32/msafd/misc/
H A Devent.c228 …lpNetworkEvents->iErrorCode[FD_CLOSE_BIT] = TranslateNtStatusError(EnumReq.EventStatus[FD_CLOSE_BI… in WSPEnumNetworkEvents()
/reactos/drivers/network/afd/afd/
H A Dwrite.c419 return UnlockAndMaybeComplete(FCB, FCB->PollStatus[FD_CLOSE_BIT], Irp, 0); in AfdConnectedSocketWriteData()
427 return UnlockAndMaybeComplete(FCB, FCB->PollStatus[FD_CLOSE_BIT], Irp, 0); in AfdConnectedSocketWriteData()
H A Dread.c253 FCB->PollStatus[FD_CLOSE_BIT] = FCB->LastReceiveStatus; in ReceiveActivity()
H A Dmain.c656 FCB->PollStatus[FD_CLOSE_BIT] = Irp->IoStatus.Status; in DisconnectComplete()
/reactos/sdk/include/psdk/
H A Dwinsock2.h303 #define FD_CLOSE_BIT 5 macro
304 #define FD_CLOSE (1 << FD_CLOSE_BIT)
/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c1149 err = wsa_events.iErrorCode[ FD_CLOSE_BIT ]; in event_client()
5751 if (bit) *bit = FD_CLOSE_BIT; in get_event_details()