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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 105 const StunByteStringAttribute*
113 return reinterpret_cast<const StunByteStringAttribute*>(GetAttribute(type));
234 return (length % 4 == 0) ? new StunByteStringAttribute(type, length) : 0;
237 return (length == 20) ? new StunByteStringAttribute(type, length) : 0;
240 return new StunByteStringAttribute(type, length);
293 StunByteStringAttribute* StunAttribute::CreateByteString(uint16 type) {
300 return new StunByteStringAttribute(type, 0);
371 StunByteStringAttribute::StunByteStringAttribute(uint16 type, uint16 length)
375 StunByteStringAttribute::~StunByteStringAttribute()
    [all...]
stun.h 109 class StunByteStringAttribute;
132 const StunByteStringAttribute* GetByteString(StunAttributeType type) const;
180 static StunByteStringAttribute* CreateByteString(uint16 type);
249 class StunByteStringAttribute : public StunAttribute {
251 StunByteStringAttribute(uint16 type, uint16 length);
252 ~StunByteStringAttribute();
relayport.cc 540 StunByteStringAttribute* magic_cookie_attr =
546 StunByteStringAttribute* username_attr =
567 StunByteStringAttribute* data_attr =
705 const StunByteStringAttribute* data_attr = msg.GetByteString(STUN_ATTR_DATA);
734 StunByteStringAttribute* magic_cookie_attr =
741 StunByteStringAttribute* username_attr =
relayserver.cc 80 StunByteStringAttribute* magic_cookie_attr =
276 const StunByteStringAttribute* username_attr =
325 const StunByteStringAttribute* username_attr =
439 StunByteStringAttribute* magic_cookie_attr =
481 const StunByteStringAttribute* data_attr =
518 StunByteStringAttribute* magic_cookie_attr =
626 StunByteStringAttribute* magic_cookie_attr =
639 StunByteStringAttribute* data_attr =
port.cc 249 const StunByteStringAttribute* username_attr =
328 const StunByteStringAttribute* username_attr =
341 StunByteStringAttribute* username2_attr =
377 const StunByteStringAttribute* username_attr =
390 StunByteStringAttribute* username2_attr =
474 StunByteStringAttribute* username_attr =
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 130 const StunByteStringAttribute* StunMessage::GetByteString(int type) const {
131 return static_cast<const StunByteStringAttribute*>(GetAttribute(type));
232 StunByteStringAttribute* msg_integrity_attr =
233 new StunByteStringAttribute(STUN_ATTR_MESSAGE_INTEGRITY,
463 return new StunByteStringAttribute(type, length);
489 StunByteStringAttribute* StunAttribute::CreateByteString(uint16 type) {
490 return new StunByteStringAttribute(type, 0);
706 StunByteStringAttribute::StunByteStringAttribute(uint16 type)
710 StunByteStringAttribute::StunByteStringAttribute(uint16 type
    [all...]
stun.h 139 class StunByteStringAttribute;
170 const StunByteStringAttribute* GetByteString(int type) const;
254 static StunByteStringAttribute* CreateByteString(uint16 type);
397 class StunByteStringAttribute : public StunAttribute {
399 explicit StunByteStringAttribute(uint16 type);
400 StunByteStringAttribute(uint16 type, const std::string& str);
401 StunByteStringAttribute(uint16 type, const void* bytes, size_t length);
402 StunByteStringAttribute(uint16 type, uint16 length);
403 ~StunByteStringAttribute();
turnserver.cc 360 const StunByteStringAttribute* username_attr =
376 const StunByteStringAttribute* mi_attr =
378 const StunByteStringAttribute* username_attr =
380 const StunByteStringAttribute* realm_attr =
382 const StunByteStringAttribute* nonce_attr =
547 VERIFY(resp.AddAttribute(new StunByteStringAttribute(
549 VERIFY(resp.AddAttribute(new StunByteStringAttribute(
559 new StunByteStringAttribute(STUN_ATTR_SOFTWARE, software_)));
682 const StunByteStringAttribute* username_attr =
734 const StunByteStringAttribute* data_attr = msg->GetByteString(STUN_ATTR_DATA)
    [all...]
relayserver_unittest.cc 156 StunByteStringAttribute* attr =
162 StunByteStringAttribute* attr =
311 const StunByteStringAttribute* recv_data =
476 StunByteStringAttribute* send_data =
496 const StunByteStringAttribute* recv_data =
518 StunByteStringAttribute* data_attr =
turnport.cc 467 const StunByteStringAttribute* data_attr =
551 VERIFY(msg->AddAttribute(new StunByteStringAttribute(
553 VERIFY(msg->AddAttribute(new StunByteStringAttribute(
555 VERIFY(msg->AddAttribute(new StunByteStringAttribute(
573 const StunByteStringAttribute* realm_attr =
582 const StunByteStringAttribute* nonce_attr =
718 const StunByteStringAttribute* realm_attr =
727 const StunByteStringAttribute* nonce_attr =
903 VERIFY(msg.AddAttribute(new StunByteStringAttribute(
    [all...]
port.cc 460 const StunByteStringAttribute* username_attr =
565 const StunByteStringAttribute* username_attr =
602 response.AddAttribute(new StunByteStringAttribute(
653 const StunByteStringAttribute* username_attr =
656 response.AddAttribute(new StunByteStringAttribute(
751 new StunByteStringAttribute(STUN_ATTR_USERNAME, username));
773 request->AddAttribute(new StunByteStringAttribute(
    [all...]
relayserver.cc 80 StunByteStringAttribute* magic_cookie_attr =
275 const StunByteStringAttribute* username_attr =
323 const StunByteStringAttribute* username_attr =
437 StunByteStringAttribute* magic_cookie_attr =
476 const StunByteStringAttribute* data_attr =
510 StunByteStringAttribute* magic_cookie_attr =
617 StunByteStringAttribute* magic_cookie_attr =
629 StunByteStringAttribute* data_attr =
stun_unittest.cc 647 const StunByteStringAttribute* software =
652 const StunByteStringAttribute* username =
675 const StunByteStringAttribute* software =
698 const StunByteStringAttribute* software =
721 const StunByteStringAttribute* username =
726 const StunByteStringAttribute* nonce =
731 const StunByteStringAttribute* realm =
    [all...]
relayport.cc 565 StunByteStringAttribute* magic_cookie_attr =
571 StunByteStringAttribute* username_attr =
591 StunByteStringAttribute* data_attr =
730 const StunByteStringAttribute* data_attr = msg.GetByteString(STUN_ATTR_DATA);
768 StunByteStringAttribute* username_attr =
port_unittest.cc 285 const cricket::StunByteStringAttribute* mi_attr =
536 new StunByteStringAttribute(STUN_ATTR_USERNAME, username));
    [all...]

Completed in 271 milliseconds