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

  /external/webrtc/webrtc/p2p/base/
stun.cc 114 const StunByteStringAttribute* StunMessage::GetByteString(int type) const {
115 return static_cast<const StunByteStringAttribute*>(GetAttribute(type));
216 StunByteStringAttribute* msg_integrity_attr =
217 new StunByteStringAttribute(STUN_ATTR_MESSAGE_INTEGRITY,
449 return new StunByteStringAttribute(type, length);
475 StunByteStringAttribute* StunAttribute::CreateByteString(uint16_t type) {
476 return new StunByteStringAttribute(type, 0);
693 StunByteStringAttribute::StunByteStringAttribute(uint16_t type)
697 StunByteStringAttribute::StunByteStringAttribute(uint16_t type
    [all...]
stun.h 124 class StunByteStringAttribute;
155 const StunByteStringAttribute* GetByteString(int type) const;
241 static StunByteStringAttribute* CreateByteString(uint16_t type);
383 class StunByteStringAttribute : public StunAttribute {
385 explicit StunByteStringAttribute(uint16_t type);
386 StunByteStringAttribute(uint16_t type, const std::string& str);
387 StunByteStringAttribute(uint16_t type, const void* bytes, size_t length);
388 StunByteStringAttribute(uint16_t type, uint16_t length);
389 ~StunByteStringAttribute();
turnserver.cc 280 const StunByteStringAttribute* username_attr =
296 const StunByteStringAttribute* mi_attr =
298 const StunByteStringAttribute* username_attr =
300 const StunByteStringAttribute* realm_attr =
302 const StunByteStringAttribute* nonce_attr =
467 VERIFY(resp.AddAttribute(new StunByteStringAttribute(
469 VERIFY(resp.AddAttribute(new StunByteStringAttribute(
490 new StunByteStringAttribute(STUN_ATTR_SOFTWARE, software_)));
616 const StunByteStringAttribute* username_attr =
620 const StunByteStringAttribute* origin_attr
    [all...]
stun_unittest.cc 603 const StunByteStringAttribute* software =
608 const StunByteStringAttribute* username =
631 const StunByteStringAttribute* software =
654 const StunByteStringAttribute* software =
677 const StunByteStringAttribute* username =
682 const StunByteStringAttribute* nonce =
687 const StunByteStringAttribute* realm =
    [all...]
relayserver_unittest.cc 149 StunByteStringAttribute* attr =
155 StunByteStringAttribute* attr =
301 const StunByteStringAttribute* recv_data =
466 StunByteStringAttribute* send_data =
486 const StunByteStringAttribute* recv_data =
509 StunByteStringAttribute* data_attr =
turnport.cc 798 const StunByteStringAttribute* data_attr =
887 VERIFY(msg->AddAttribute(new StunByteStringAttribute(
889 VERIFY(msg->AddAttribute(new StunByteStringAttribute(
891 VERIFY(msg->AddAttribute(new StunByteStringAttribute(
910 const StunByteStringAttribute* realm_attr =
919 const StunByteStringAttribute* nonce_attr =
    [all...]
relayserver.cc 62 StunByteStringAttribute* magic_cookie_attr =
259 const StunByteStringAttribute* username_attr =
307 const StunByteStringAttribute* username_attr =
421 StunByteStringAttribute* magic_cookie_attr =
460 const StunByteStringAttribute* data_attr =
494 StunByteStringAttribute* magic_cookie_attr =
604 StunByteStringAttribute* magic_cookie_attr =
616 StunByteStringAttribute* data_attr =
relayport.cc 577 StunByteStringAttribute* magic_cookie_attr =
583 StunByteStringAttribute* username_attr =
603 StunByteStringAttribute* data_attr =
744 const StunByteStringAttribute* data_attr = msg.GetByteString(STUN_ATTR_DATA);
788 StunByteStringAttribute* username_attr =
stunrequest.cc 167 msg_->AddAttribute(new StunByteStringAttribute(STUN_ATTR_ORIGIN,
port.cc 443 const StunByteStringAttribute* username_attr =
534 const StunByteStringAttribute* username_attr =
685 new StunByteStringAttribute(STUN_ATTR_USERNAME, username));
705 request->AddAttribute(new StunByteStringAttribute(
    [all...]
p2ptransportchannel_unittest.cc     [all...]
port_unittest.cc 297 const cricket::StunByteStringAttribute* mi_attr =
714 new StunByteStringAttribute(STUN_ATTR_USERNAME, username));
    [all...]

Completed in 2958 milliseconds