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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 123 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const {
124 return static_cast<const StunUInt32Attribute*>(GetAttribute(type));
269 kStunAttributeHeaderSize + StunUInt32Attribute::SIZE;
283 StunUInt32Attribute::SIZE)
296 StunUInt32Attribute* fingerprint_attr =
297 new StunUInt32Attribute(STUN_ATTR_FINGERPRINT, 0);
461 return new StunUInt32Attribute(type);
487 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16 type) {
488 return new StunUInt32Attribute(type);
659 StunUInt32Attribute::StunUInt32Attribute(uint16 type, uint32 value
    [all...]
stun.h 138 class StunUInt32Attribute;
169 const StunUInt32Attribute* GetUInt32(int type) const;
253 static StunUInt32Attribute* CreateUInt32(uint16 type);
354 class StunUInt32Attribute : public StunAttribute {
357 StunUInt32Attribute(uint16 type, uint32 value);
358 explicit StunUInt32Attribute(uint16 type);
turnserver.cc 457 const StunUInt32Attribute* transport_attr =
725 StunUInt32Attribute* lifetime_attr =
726 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs);
748 StunUInt32Attribute* lifetime_attr =
749 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs);
799 const StunUInt32Attribute* channel_attr =
894 const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME);
    [all...]
relayserver_unittest.cc 174 StunUInt32Attribute* attr =
266 const StunUInt32Attribute* res_lifetime_attr =
296 const StunUInt32Attribute* lifetime_attr =
relayserver.cc 376 const StunUInt32Attribute* lifetime_attr =
454 StunUInt32Attribute* res_lifetime_attr =
501 const StunUInt32Attribute* options_attr =
517 StunUInt32Attribute* options2_attr =
turnport.cc 829 StunUInt32Attribute* transport_attr = StunAttribute::CreateUInt32(
858 const StunUInt32Attribute* lifetime_attr =
    [all...]
port.cc 616 const StunUInt32Attribute* retransmit_attr =
621 response.AddAttribute(new StunUInt32Attribute(
788 request->AddAttribute(new StunUInt32Attribute(
825 new StunUInt32Attribute(STUN_ATTR_PRIORITY, prflx_priority));
    [all...]
relayport.cc 597 StunUInt32Attribute* options_attr =
718 if (const StunUInt32Attribute* options_attr =
stun_unittest.cc 618 const StunUInt32Attribute* fingerprint =
    [all...]
p2ptransportchannel.cc 508 const StunUInt32Attribute* priority_attr =
    [all...]
port_unittest.cc 288 const cricket::StunUInt32Attribute* priority_attr =
292 const cricket::StunUInt32Attribute* fingerprint_attr =
    [all...]

Completed in 458 milliseconds