Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h333 #define FILLP_EISCONN EISCONN macro
364 #define FILLP_EISCONN WSAEISCONN macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c201 return FILLP_EISCONN; in FillpErrToErrno()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c40 FILLP_SOCK_SET_ERR(sock, FILLP_EISCONN); in SockSetError()
41 SET_ERRNO(FILLP_EISCONN); in SockSetError()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c233 SET_ERRNO(FILLP_EISCONN); in SpungeConnMsgCheckSockState()