Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp27 constexpr int32_t VALID_NETID_START = 100; variable
65 if (netId > 0 && netId < VALID_NETID_START) { in OH_NetConn_GetAddrInfo()
264 if (netHandle->netId < VALID_NETID_START) { in OH_NetConn_BindSocket()