Home
last modified time | relevance | path

Searched refs:ERR_NONBLOCK_UNDERCONNECT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h288 #define ERR_NONBLOCK_UNDERCONNECT (-503) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c28 case ERR_NONBLOCK_UNDERCONNECT: in SockSetError()
1366 if (err != ERR_NONBLOCK_UNDERCONNECT) { in SockConnect()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c349 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_NONBLOCK_UNDERCONNECT; in SpungeHandleMsgConnect()