Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.h581 extern const char STUN_ERROR_REASON_ALLOCATION_MISMATCH[];
Dstun.cc32 const char STUN_ERROR_REASON_ALLOCATION_MISMATCH[] = "Allocation Mismatch"; variable
Dturnserver.cc275 STUN_ERROR_REASON_ALLOCATION_MISMATCH); in HandleStunMessage()