Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport.cc674 SendBindingErrorResponse(stun_msg, addr, STUN_ERROR_ROLE_CONFLICT, in MaybeIceRoleConflict()
686 SendBindingErrorResponse(stun_msg, addr, STUN_ERROR_ROLE_CONFLICT, in MaybeIceRoleConflict()
Dconnection.cc1144 } else if (error_code == STUN_ERROR_ROLE_CONFLICT) { in OnConnectionRequestErrorResponse()
/external/webrtc/api/transport/
Dstun.h695 STUN_ERROR_ROLE_CONFLICT = 487, enumerator