Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_error.h82 #define NSTACKX_PEER_CLOSE (-13) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_mp.c44 if (ret == NSTACKX_PEER_CLOSE) { in DFileSocketRecvSP()
H A Dnstackx_dfile_send.c418 return NSTACKX_PEER_CLOSE; in TcpSocketRecv()
H A Dnstackx_dfile_session.c1831 if (ret < 0 && ret != NSTACKX_EAGAIN && ret != NSTACKX_PEER_CLOSE) { in DFileReceiverHandle()