Searched refs:UdpChannelOptType (Results 1 – 5 of 5) sorted by relevance
79 } UdpChannelOptType; typedef106 UdpChannelOptType udpChannelOptType;
69 int32_t TransSetUdpChannelOptType(int32_t channelId, UdpChannelOptType type);
399 …ret = TransSetUdpChannelOptType(Channel->info.myData.channelId, (UdpChannelOptType)TYPE_UDP_CHANNE…402 ret = TransSetUdpChannelOptType(channelId, (UdpChannelOptType)TYPE_UDP_CHANNEL_OPEN);404 ret = TransSetUdpChannelOptType(channelId, (UdpChannelOptType)TYPE_UDP_CHANNEL_OPEN);
82 …appInfo->udpChannelOptType = static_cast<UdpChannelOptType>(*(reinterpret_cast<const int32_t *>(da… in FillAppInfo()
403 int32_t TransSetUdpChannelOptType(int32_t channelId, UdpChannelOptType type) in TransSetUdpChannelOptType()