Home
last modified time | relevance | path

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

/external/webrtc/api/transport/
Dstun.h636 STUN_ERROR_ALLOCATION_MISMATCH = 437, enumerator
/external/webrtc/p2p/base/
Dturn_port.cc520 OnAllocateError(STUN_ERROR_ALLOCATION_MISMATCH, in OnAllocateMismatch()
1431 case STUN_ERROR_ALLOCATION_MISMATCH: in OnErrorResponse()
Dturn_server.cc292 SendErrorResponse(conn, &msg, STUN_ERROR_ALLOCATION_MISMATCH, in HandleStunMessage()