Home
last modified time | relevance | path

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

/external/webrtc/api/transport/
Dstun.h95 STUN_ERROR_STALE_CREDENTIALS = 430, // GICE only enumerator
/external/webrtc/p2p/base/
Dconnection.cc1142 } else if (error_code == STUN_ERROR_STALE_CREDENTIALS) { in OnConnectionRequestErrorResponse()