Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dstun_request.cc26 const uint32_t MSG_STUN_SEND = 1; variable
66 thread_->PostDelayed(RTC_FROM_HERE, delay, request, MSG_STUN_SEND, NULL); in SendDelayed()
68 thread_->Send(RTC_FROM_HERE, request, MSG_STUN_SEND, NULL); in SendDelayed()
76 thread_->Clear(request, MSG_STUN_SEND); in Flush()
77 thread_->Send(RTC_FROM_HERE, request, MSG_STUN_SEND, NULL); in Flush()
234 RTC_DCHECK(pmsg->message_id == MSG_STUN_SEND); in OnMessage()
250 MSG_STUN_SEND, NULL); in OnMessage()