Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.h582 extern const char STUN_ERROR_REASON_WRONG_CREDENTIALS[];
Dstun.cc34 const char STUN_ERROR_REASON_WRONG_CREDENTIALS[] = "Wrong Credentials"; variable
Dturnserver.cc268 STUN_ERROR_REASON_WRONG_CREDENTIALS); in HandleStunMessage()