Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c55 static uint64_t g_channelIdFlagBitsMap = 0; variable
72 if (((g_channelIdFlagBitsMap >> id) & ID_USED) == ID_NOT_USED) { in GenerateUdpChannelId()
73 g_channelIdFlagBitsMap |= (ID_USED << id); in GenerateUdpChannelId()
95 g_channelIdFlagBitsMap &= (~(ID_USED << id)); in ReleaseUdpChannelId()