Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.h615 extern const char STUN_ERROR_REASON_ROLE_CONFLICT[];
Dport.cc498 STUN_ERROR_ROLE_CONFLICT, STUN_ERROR_REASON_ROLE_CONFLICT); in MaybeIceRoleConflict()
510 STUN_ERROR_ROLE_CONFLICT, STUN_ERROR_REASON_ROLE_CONFLICT); in MaybeIceRoleConflict()
Dstun.cc36 const char STUN_ERROR_REASON_ROLE_CONFLICT[] = "Role Conflict"; variable