Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c234 sock->coreErrType[MSG_TYPE_DO_CONNECT] = FILLP_ERR_ISCONN; in SpungeConnMsgCheckSockState()
242 sock->coreErrType[MSG_TYPE_DO_CONNECT] = FILLP_ERR_EALREADY; in SpungeConnMsgCheckSockState()
245 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_PARAM; in SpungeConnMsgCheckSockState()
266 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_PARAM; in SpungeConnMsgGetSock()
274 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_PARAM; in SpungeConnMsgGetSock()
282 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_PARAM; in SpungeConnMsgGetSock()
326 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_PARAM; in SpungeHandleMsgConnect()
342 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_CONNREFUSED; in SpungeHandleMsgConnect()
347 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_OK; in SpungeHandleMsgConnect()
349 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_NONBLOCK_UNDERCONNECT; in SpungeHandleMsgConnect()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h76 MSG_TYPE_DO_CONNECT, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c834 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_OK; in FillpHandleConnConfirmAckInput()
910 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_SYSTEM_MEMORY_FAILURE; in FillpConnConnectionEstFailure()
1106 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_REMOTE_REJECT_VERSION; in ConnectingHandleFinInput()
1108 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_REMOTE_REJECT_OR_CLOSE; in ConnectingHandleFinInput()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c473 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_CONN_TIMEOUT; in SpungeSendConnectMsg()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c1347 err = SpungePostMsg(sock->inst, &connectMsg, MSG_TYPE_DO_CONNECT, FILLP_TRUE); in SockConnect()
1364 err = sock->coreErrType[MSG_TYPE_DO_CONNECT]; in SockConnect()