Home
last modified time | relevance | path

Searched refs:STUN_ALLOCATE_REQUEST (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Drelayserver_unittest.cc64 CreateStunMessage(STUN_ALLOCATE_REQUEST)); in Allocate()
193 CreateStunMessage(STUN_ALLOCATE_REQUEST)), res; in TEST_F()
232 CreateStunMessage(STUN_ALLOCATE_REQUEST)), res; in TEST_F()
262 CreateStunMessage(STUN_ALLOCATE_REQUEST)), res; in TEST_F()
Dturnserver.cc231 if (redirect_hook_ != NULL && msg.type() == STUN_ALLOCATE_REQUEST) { in HandleStunMessage()
257 if (!allocation && msg.type() == STUN_ALLOCATE_REQUEST) { in HandleStunMessage()
260 (msg.type() != STUN_ALLOCATE_REQUEST || in HandleStunMessage()
591 case STUN_ALLOCATE_REQUEST: in HandleTurnMessage()
Drelayserver.cc334 if (request.type() != STUN_ALLOCATE_REQUEST) { in HandleStunAllocate()
405 else if (request.type() == STUN_ALLOCATE_REQUEST) in HandleStun()
Dstun.h541 STUN_ALLOCATE_REQUEST = 0x0003, enumerator
Drelayport.cc786 request->SetType(STUN_ALLOCATE_REQUEST); in Prepare()
Dturnport.cc28 static const int TURN_ALLOCATE_REQUEST = STUN_ALLOCATE_REQUEST;