Home
last modified time | relevance | path

Searched refs:coreErrType (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c85 sock->coreErrType[MSG_TYPE_ALLOC_SOCK] = FILLP_EMFILE; in SpungeHandleMsgAllocSock()
108 sock->coreErrType[MSG_TYPE_ALLOC_SOCK] = errorNum; in SpungeHandleMsgAllocSock()
114 sock->coreErrType[MSG_TYPE_ALLOC_SOCK] = ERR_OK; in SpungeHandleMsgAllocSock()
159 sock->coreErrType[MSG_TYPE_DO_LISTEN] = ERR_WRONGSTATE; in SpungeListenMsgCheckState()
171 sock->coreErrType[MSG_TYPE_DO_LISTEN] = ERR_NO_SOCK; in SpungeListenMsgCheckState()
175 sock->coreErrType[MSG_TYPE_DO_LISTEN] = ERR_OK; in SpungeListenMsgCheckState()
198 sock->coreErrType[MSG_TYPE_DO_LISTEN] = ERR_FAILURE; in SpungeHandleMsgListen()
209 sock->coreErrType[MSG_TYPE_DO_LISTEN] = ERR_NOBUFS; in SpungeHandleMsgListen()
222 sock->coreErrType[MSG_TYPE_DO_LISTEN] = ERR_FAILURE; in SpungeHandleMsgListen()
234 sock->coreErrType[MSG_TYPE_DO_CONNEC in SpungeConnMsgCheckSockState()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c28 (void)memset_s(sock->coreErrType, sizeof(sock->coreErrType), 0, sizeof(sock->coreErrType)); in SpungeInitSocket()
H A Dfillp_stack_app_config_in.c253 if (sock->coreErrType[MSG_TYPE_SET_KEEP_ALIVE] != ERR_OK) { in FtAppSetKeepAliveTime()
255 return sock->coreErrType[MSG_TYPE_SET_KEEP_ALIVE]; in FtAppSetKeepAliveTime()
519 if (sock->coreErrType[MSG_TYPE_SET_SEND_BUF] != ERR_OK) { in FtAppConfigSetSendBufSize()
523 return sock->coreErrType[MSG_TYPE_SET_SEND_BUF]; in FtAppConfigSetSendBufSize()
554 if (sock->coreErrType[MSG_TYPE_SET_RECV_BUF] != ERR_OK) { in FtAppConfigSetRecvBufSize()
558 return sock->coreErrType[MSG_TYPE_SET_RECV_BUF]; in FtAppConfigSetRecvBufSize()
H A Dsocket_app.c146 SET_ERRNO(sock->coreErrType[MSG_TYPE_ALLOC_SOCK]); in SockSocket()
903 err = sock->coreErrType[MSG_TYPE_DO_LISTEN]; in SockListen()
1076 if (sock->coreErrType[MSG_TYPE_NETCONN_ACCPETED] != ERR_OK) { in SockAccept()
1154 err = sock->coreErrType[MSG_TYPE_DO_CLOSE]; in SockClose()
1227 err = sock->coreErrType[MSG_TYPE_DO_SHUTDOWN]; in SockShutdown()
1364 err = sock->coreErrType[MSG_TYPE_DO_CONNECT]; in SockConnect()
1412 err = sock->coreErrType[MSG_TYPE_DO_BIND]; in SockBind()
1715 ret = sock->coreErrType[MSG_TYPE_GET_EVENT_INFO]; in SockEventInfoGet()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h95 FILLP_INT coreErrType[MAX_SPUNGE_TYPE_NUM]; member
/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()
/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()

Completed in 10 milliseconds