Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.h84 STUN_ERROR_STALE_CREDENTIALS = 430, // GICE only enumerator
Dport.cc1249 } else if (error_code == STUN_ERROR_STALE_CREDENTIALS) { in OnConnectionRequestErrorResponse()