Home
last modified time | relevance | path

Searched refs:FILLP_ERR_CONN (Results 1 – 2 of 2) 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()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h268 #define FILLP_ERR_CONN (-3) /* connection err */ macro