Home
last modified time | relevance | path

Searched refs:SPUNGE_EPOLLIN (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c34 …if ((epi->event.events & SPUNGE_EPOLLIN) && ((SYS_ARCH_ATOMIC_READ(&sock->rcvEvent) > 0) || (sock-… in EpollUpdateEpEvent()
35 epi->revents |= SPUNGE_EPOLLIN; in EpollUpdateEpEvent()
37 epi->revents &= (FILLP_UINT32)(~SPUNGE_EPOLLIN); in EpollUpdateEpEvent()
H A Dspunge.c47 if ((FILLP_UINT32)event & SPUNGE_EPOLLIN) { in SpungeEpollEventCallback()
H A Dspunge_message.c590 … evt = (FILLP_INT)SPUNGE_EPOLLIN | (FILLP_INT)SPUNGE_EPOLLOUT | (FILLP_INT)SPUNGE_EPOLLRDHUP | in SpungeHandleMsgDoShutdown()
593 evt = (FILLP_INT)SPUNGE_EPOLLIN | (FILLP_INT)SPUNGE_EPOLLOUT | (FILLP_INT)SPUNGE_EPOLLRDHUP; in SpungeHandleMsgDoShutdown()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h216 #define SPUNGE_EPOLLIN EPOLLIN /* The associated file is available for read(2) operations. */ macro
223 #define SPUNGE_EPOLLIN 0x0001 /* The associated file is available for read(2) operations. */ macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dpcb.c53 SpungeEpollEventCallback(sock, SPUNGE_EPOLLIN, count); in SpungePcbRecv()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control.c384 SpungeEpollEventCallback(sock, (FILLP_INT)SPUNGE_EPOLLIN | (FILLP_INT)SPUNGE_EPOLLERR, 1); in FillpFcCycle()
H A Dfillp_conn.c694 SpungeEpollEventCallback(sock, SPUNGE_EPOLLIN, 1); in FillpProcessConnConfirm()
1125 FILLP_INT epEvt = (conn->peerWrSet ? 0 : (SPUNGE_EPOLLIN | SPUNGE_EPOLLRDHUP)); in FillpStateClosingHandleFinInput()
1144 … SpungeEpollEventCallback(sock, ((FILLP_INT)SPUNGE_EPOLLIN | (FILLP_INT)SPUNGE_EPOLLRDHUP), 1); in ConnectedHandleFinInput()
1211 FILLP_INT epEvt = conn->peerWrSet ? 0 : (SPUNGE_EPOLLIN | SPUNGE_EPOLLRDHUP); in FillpHandleFinRst()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c107 epi->revents |= SPUNGE_EPOLLIN; in EpollCtlTriggleEvent()
H A Dsocket_app.c1658 ret |= SPUNGE_EPOLLIN; in SockGetSockEvt()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp990 if (events[i].events & SPUNGE_EPOLLIN) { in EpollTimeout()
1005 event.events = SPUNGE_EPOLLIN; in SetSocketEpollMode()