Searched refs:remoteNodeCnt (Results 1 – 2 of 2) sorted by relevance
51 uint32_t remoteNodeCnt; member108 if (rxIface->remoteNodeCnt > 0) { in DestroyRemoteNode()109 rxIface->remoteNodeCnt--; in DestroyRemoteNode()113 rxIface->localIfInfo.networkName, rxIface->remoteNodeCnt, g_remoteNodeCount); in DestroyRemoteNode()534 rxIface->remoteNodeCnt++; in AddRemoteNodeToList()537 rxIface->localIfInfo.networkName, rxIface->remoteNodeCnt, g_remoteNodeCount); in AddRemoteNodeToList()603 if (rxIface->remoteNodeCnt >= RX_IFACE_REMOTE_NODE_COUNT) { in CheckAndCreateRemoteNode()
477 uint32_t remoteNodeCnt = GetRemoteNodeCount(); in SetMaxDeviceNum() local478 if (maxDeviceNum < remoteNodeCnt) { in SetMaxDeviceNum()479 uint32_t diffNum = remoteNodeCnt - maxDeviceNum; in SetMaxDeviceNum()