Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c379 sock->coreErrType[MSG_TYPE_DO_BIND] = FILLP_ERR_CONN; in SpungeBindMsgCheckState()
386 sock->coreErrType[MSG_TYPE_DO_BIND] = FILLP_ERR_CONN; in SpungeBindMsgCheckState()
394 sock->coreErrType[MSG_TYPE_DO_BIND] = FILLP_ERR_CONN; in SpungeBindMsgCheckState()
403 sock->coreErrType[MSG_TYPE_DO_BIND] = ERR_NO_REBIND; in SpungeBindMsgCheckState()
444 sock->coreErrType[MSG_TYPE_DO_BIND] = ERR_NOBUFS; in SpungeHandleMsgBind()
452 sock->coreErrType[MSG_TYPE_DO_BIND] = ERR_COMM; in SpungeHandleMsgBind()
463 sock->coreErrType[MSG_TYPE_DO_BIND] = ERR_NO_REBIND; in SpungeHandleMsgBind()
465 sock->coreErrType[MSG_TYPE_DO_BIND] = ERR_SOCK_BIND; in SpungeHandleMsgBind()
471 sock->coreErrType[MSG_TYPE_DO_BIND] = ERR_OK; in SpungeHandleMsgBind()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h77 MSG_TYPE_DO_BIND, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c1404 err = SpungePostMsg(sock->inst, &bindMsg, MSG_TYPE_DO_BIND, FILLP_TRUE); in SockBind()
1412 err = sock->coreErrType[MSG_TYPE_DO_BIND]; in SockBind()