Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge.c55 … sock->errEvent |= ((FILLP_UINT32)event & (SPUNGE_EPOLLRDHUP | SPUNGE_EPOLLHUP | SPUNGE_EPOLLERR)); in SpungeEpollEventCallback()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h218 #define SPUNGE_EPOLLERR EPOLLERR /* Error condition happened on the associat */ macro
225 #define SPUNGE_EPOLLERR 0x0008 /* Error condition happened on the associat */ macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control.c383 sock->errEvent |= SPUNGE_EPOLLERR; in FillpFcCycle()
384 SpungeEpollEventCallback(sock, (FILLP_INT)SPUNGE_EPOLLIN | (FILLP_INT)SPUNGE_EPOLLERR, 1); in FillpFcCycle()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c586 epds.events |= ((FILLP_UINT32)SPUNGE_EPOLLERR | (FILLP_UINT32)SPUNGE_EPOLLHUP); in SpungeEpollCtlHandleAddEvent()
651 epds.events |= ((FILLP_UINT32)SPUNGE_EPOLLERR | (FILLP_UINT32)SPUNGE_EPOLLHUP); in SpungeEpollCtlHandleModEvent()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp983 if (events[i].events & (SPUNGE_EPOLLHUP | SPUNGE_EPOLLERR)) { in EpollTimeout()