Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h321 #define FILLP_ETIMEDOUT ETIMEDOUT macro
352 #define FILLP_ETIMEDOUT WSAETIMEDOUT macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c211 return FILLP_ETIMEDOUT; in FillpErrToErrno()
H A Dspunge_stack.c472 SET_ERRNO(FILLP_ETIMEDOUT); in SpungeSendConnectMsg()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c34 FILLP_SOCK_SET_ERR(sock, FILLP_ETIMEDOUT); in SockSetError()
35 SET_ERRNO(FILLP_ETIMEDOUT); in SockSetError()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c619 SET_ERRNO(FILLP_ETIMEDOUT); in SpungeCloseMsgFreeSrc()