Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.h88 STUN_ERROR_STALE_CREDENTIALS = 430, enumerator
Dp2ptransportchannel.cc321 STUN_ERROR_STALE_CREDENTIALS, STUN_ERROR_REASON_STALE_CREDENTIALS); in OnUnknownAddress()
Dport.cc813 } else if (error_code == STUN_ERROR_STALE_CREDENTIALS) { in OnConnectionRequestErrorResponse()