Searched refs:CloseUdpChannel (Results 1 – 4 of 4) sorted by relevance
356 ret = CloseUdpChannel(TEST_CLOSEID, SHUTDOWN_REASON_PEER);359 ret = CloseUdpChannel(TEST_CLOSEID, SHUTDOWN_REASON_PEER);
430 static int32_t CloseUdpChannel(int32_t channelId, ShutdownReason reason) in CloseUdpChannel() function453 return CloseUdpChannel(channelId, reason); in TransOnUdpChannelClosed()477 ret = CloseUdpChannel(channelId, reason); in ClientTransCloseUdpChannel()
130 ret = CloseUdpChannel(appInfo, false);
358 static int32_t CloseUdpChannel(AppInfo *appInfo, bool isServerSide) in CloseUdpChannel() function407 ret = CloseUdpChannel(appInfo, isServerSide); in ProcessUdpChannelState()