Home
last modified time | relevance | path

Searched refs:ERR_NO_REBIND (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c222 case ERR_NO_REBIND: in FillpErrToErrno()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h276 #define ERR_NO_REBIND (-201) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c403 sock->coreErrType[MSG_TYPE_DO_BIND] = ERR_NO_REBIND; in SpungeBindMsgCheckState()
463 sock->coreErrType[MSG_TYPE_DO_BIND] = ERR_NO_REBIND; in SpungeHandleMsgBind()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c1418 if (err == ERR_NO_REBIND) { in SockBind()