Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.h504 STUN_SEND_RESPONSE = 0x0104, enumerator
Drelayserver.cc491 response.SetType(STUN_SEND_RESPONSE); in HandleStunSend()
Drelayport.cc717 } else if (msg.type() == STUN_SEND_RESPONSE) { in OnReadPacket()