Searched refs:STUN_ALLOCATE_REQUEST (Results 1 – 6 of 6) sorted by relevance
64 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()
231 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()
334 if (request.type() != STUN_ALLOCATE_REQUEST) { in HandleStunAllocate()405 else if (request.type() == STUN_ALLOCATE_REQUEST) in HandleStun()
541 STUN_ALLOCATE_REQUEST = 0x0003, enumerator
786 request->SetType(STUN_ALLOCATE_REQUEST); in Prepare()
28 static const int TURN_ALLOCATE_REQUEST = STUN_ALLOCATE_REQUEST;