HomeSort by relevance Sort by last modified time
    Searched refs:StunUInt32Attribute (Results 1 - 15 of 15) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 90 const StunUInt32Attribute*
97 return reinterpret_cast<const StunUInt32Attribute*>(GetAttribute(type));
227 if (length != StunUInt32Attribute::SIZE)
229 return new StunUInt32Attribute(type);
279 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16 type) {
285 return new StunUInt32Attribute(type);
346 StunUInt32Attribute::StunUInt32Attribute(uint16 type)
350 bool StunUInt32Attribute::GetBit(int index) const {
355 void StunUInt32Attribute::SetBit(int index, bool value)
    [all...]
stun.h 108 class StunUInt32Attribute;
131 const StunUInt32Attribute* GetUInt32(StunAttributeType type) const;
179 static StunUInt32Attribute* CreateUInt32(uint16 type);
224 class StunUInt32Attribute : public StunAttribute {
226 StunUInt32Attribute(uint16 type);
relayserver.cc 377 const StunUInt32Attribute* lifetime_attr =
458 StunUInt32Attribute* res_lifetime_attr =
508 const StunUInt32Attribute* options_attr =
524 StunUInt32Attribute* options2_attr =
relayport.cc 561 StunUInt32Attribute* options_attr =
679 if (const StunUInt32Attribute* options_attr =
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 122 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const {
123 return static_cast<const StunUInt32Attribute*>(GetAttribute(type));
267 kStunAttributeHeaderSize + StunUInt32Attribute::SIZE;
281 StunUInt32Attribute::SIZE)
294 StunUInt32Attribute* fingerprint_attr =
295 new StunUInt32Attribute(STUN_ATTR_FINGERPRINT, 0);
459 return new StunUInt32Attribute(type);
485 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16 type) {
486 return new StunUInt32Attribute(type);
657 StunUInt32Attribute::StunUInt32Attribute(uint16 type, uint32 value
    [all...]
stun.h 137 class StunUInt32Attribute;
168 const StunUInt32Attribute* GetUInt32(int type) const;
252 static StunUInt32Attribute* CreateUInt32(uint16 type);
353 class StunUInt32Attribute : public StunAttribute {
356 StunUInt32Attribute(uint16 type, uint32 value);
357 explicit StunUInt32Attribute(uint16 type);
turnserver.cc 450 const StunUInt32Attribute* transport_attr =
705 StunUInt32Attribute* lifetime_attr =
706 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs);
728 StunUInt32Attribute* lifetime_attr =
729 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs);
779 const StunUInt32Attribute* channel_attr =
874 const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME);
    [all...]
relayserver_unittest.cc 168 StunUInt32Attribute* attr =
260 const StunUInt32Attribute* res_lifetime_attr =
290 const StunUInt32Attribute* lifetime_attr =
relayserver.cc 377 const StunUInt32Attribute* lifetime_attr =
455 StunUInt32Attribute* res_lifetime_attr =
502 const StunUInt32Attribute* options_attr =
518 StunUInt32Attribute* options2_attr =
turnport.cc 667 StunUInt32Attribute* transport_attr = StunAttribute::CreateUInt32(
697 const StunUInt32Attribute* lifetime_attr =
774 const StunUInt32Attribute* lifetime_attr =
859 VERIFY(request->AddAttribute(new StunUInt32Attribute(
    [all...]
port.cc 579 const StunUInt32Attribute* retransmit_attr =
584 response.AddAttribute(new StunUInt32Attribute(
757 request->AddAttribute(new StunUInt32Attribute(
794 new StunUInt32Attribute(STUN_ATTR_PRIORITY, prflx_priority));
    [all...]
relayport.cc 604 StunUInt32Attribute* options_attr =
725 if (const StunUInt32Attribute* options_attr =
stun_unittest.cc 661 const StunUInt32Attribute* fingerprint =
    [all...]
p2ptransportchannel.cc 502 const StunUInt32Attribute* priority_attr =
    [all...]
port_unittest.cc 283 const cricket::StunUInt32Attribute* priority_attr =
287 const cricket::StunUInt32Attribute* fingerprint_attr =
    [all...]

Completed in 182 milliseconds