Home
last modified time | relevance | path

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

/external/webrtc/api/transport/
Dstun.h645 extern const char STUN_ERROR_REASON_WRONG_CREDENTIALS[];
Dstun.cc55 const char STUN_ERROR_REASON_WRONG_CREDENTIALS[] = "Wrong Credentials"; variable
/external/webrtc/p2p/base/
Dturn_server.cc286 STUN_ERROR_REASON_WRONG_CREDENTIALS); in HandleStunMessage()