Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dnet.c56 return SOCK_CLOSE; in MyRead()
82 return SOCK_CLOSE; in MyWrite()
H A Dserver.c158 if ((ret == SOCK_ERR) || ((ret == SOCK_CLOSE) && (mask & EXCP_EVENT))) { in DealFdReadEvent()
161 } else if (ret == SOCK_CLOSE) { in DealFdReadEvent()
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dcommon.h39 #define SOCK_CLOSE (-200) macro