Searched refs:StunUInt32Attribute (Results 1 – 12 of 12) sorted by relevance
106 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const { in GetUInt32()107 return static_cast<const StunUInt32Attribute*>(GetAttribute(type)); in GetUInt32()251 kStunAttributeHeaderSize + StunUInt32Attribute::SIZE; in ValidateFingerprint()265 StunUInt32Attribute::SIZE) in ValidateFingerprint()278 StunUInt32Attribute* fingerprint_attr = in AddFingerprint()279 new StunUInt32Attribute(STUN_ATTR_FINGERPRINT, 0); in AddFingerprint()445 return new StunUInt32Attribute(type); in Create()471 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16_t type) { in CreateUInt32()472 return new StunUInt32Attribute(type); in CreateUInt32()644 StunUInt32Attribute::StunUInt32Attribute(uint16_t type, uint32_t value) in StunUInt32Attribute() function in cricket::StunUInt32Attribute[all …]
122 class StunUInt32Attribute; variable153 const StunUInt32Attribute* GetUInt32(int type) const;239 static StunUInt32Attribute* CreateUInt32(uint16_t type);339 class StunUInt32Attribute : public StunAttribute {342 StunUInt32Attribute(uint16_t type, uint32_t value);343 explicit StunUInt32Attribute(uint16_t type);
368 const StunUInt32Attribute* transport_attr = in HandleAllocateRequest()641 StunUInt32Attribute* lifetime_attr = in HandleAllocateRequest()642 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs); in HandleAllocateRequest()664 StunUInt32Attribute* lifetime_attr = in HandleRefreshRequest()665 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs); in HandleRefreshRequest()721 const StunUInt32Attribute* channel_attr = in HandleChannelBindRequest()816 const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME); in ComputeLifetime()
359 const StunUInt32Attribute* lifetime_attr = in HandleStunAllocate()437 StunUInt32Attribute* res_lifetime_attr = in HandleStunAllocate()484 const StunUInt32Attribute* options_attr = in HandleStunSend()500 StunUInt32Attribute* options2_attr = in HandleStunSend()
161 StunUInt32Attribute* attr = in AddLifetimeAttr()250 const StunUInt32Attribute* res_lifetime_attr = in TEST_F()280 const StunUInt32Attribute* lifetime_attr = in TEST_F()
1033 StunUInt32Attribute* transport_attr = StunAttribute::CreateUInt32( in Prepare()1073 const StunUInt32Attribute* lifetime_attr = in OnResponse()1208 VERIFY(request->AddAttribute(new StunUInt32Attribute( in Prepare()1228 const StunUInt32Attribute* lifetime_attr = in OnResponse()1339 VERIFY(request->AddAttribute(new StunUInt32Attribute( in Prepare()
546 const StunUInt32Attribute* retransmit_attr = in SendBindingResponse()551 response.AddAttribute(new StunUInt32Attribute( in SendBindingResponse()689 request->AddAttribute(new StunUInt32Attribute( in Prepare()725 new StunUInt32Attribute(STUN_ATTR_PRIORITY, prflx_priority)); in Prepare()1369 const StunUInt32Attribute* priority_attr = in MaybeAddPrflxCandidate()
617 const StunUInt32Attribute* fingerprint = in TEST_F()1370 const StunUInt32Attribute* uval = msg.GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()1374 StunUInt32Attribute* uval2 = StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in TEST_F()
597 StunUInt32Attribute* options_attr = in SendTo()718 if (const StunUInt32Attribute* options_attr = in OnReadPacket()
295 const cricket::StunUInt32Attribute* priority_attr = in OnUnknownAddress()299 const cricket::StunUInt32Attribute* fingerprint_attr = in OnUnknownAddress()1620 const StunUInt32Attribute* priority_attr = msg->GetUInt32(STUN_ATTR_PRIORITY); in TEST_F()1716 const StunUInt32Attribute* retransmit_attr = in TEST_F()
1950 request.AddAttribute(new cricket::StunUInt32Attribute( in TEST_F()2068 request.AddAttribute(new cricket::StunUInt32Attribute( in TEST_F()2172 request.AddAttribute(new cricket::StunUInt32Attribute( in TEST_F()
559 const StunUInt32Attribute* priority_attr = in OnUnknownAddress()