Searched refs:StunByteStringAttribute (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | stun.cc | 131 const StunByteStringAttribute* StunMessage::GetByteString(int type) const { in GetByteString() 132 return static_cast<const StunByteStringAttribute*>(GetAttribute(type)); in GetByteString() 234 StunByteStringAttribute* msg_integrity_attr = in AddMessageIntegrity() 235 new StunByteStringAttribute(STUN_ATTR_MESSAGE_INTEGRITY, in AddMessageIntegrity() 465 return new StunByteStringAttribute(type, length); in Create() 491 StunByteStringAttribute* StunAttribute::CreateByteString(uint16 type) { in CreateByteString() 492 return new StunByteStringAttribute(type, 0); in CreateByteString() 708 StunByteStringAttribute::StunByteStringAttribute(uint16 type) in StunByteStringAttribute() function in cricket::StunByteStringAttribute 712 StunByteStringAttribute::StunByteStringAttribute(uint16 type, in StunByteStringAttribute() function in cricket::StunByteStringAttribute 718 StunByteStringAttribute::StunByteStringAttribute(uint16 type, in StunByteStringAttribute() function in cricket::StunByteStringAttribute [all …]
|
D | stun.h | 140 class StunByteStringAttribute; variable 171 const StunByteStringAttribute* GetByteString(int type) const; 255 static StunByteStringAttribute* CreateByteString(uint16 type); 398 class StunByteStringAttribute : public StunAttribute { 400 explicit StunByteStringAttribute(uint16 type); 401 StunByteStringAttribute(uint16 type, const std::string& str); 402 StunByteStringAttribute(uint16 type, const void* bytes, size_t length); 403 StunByteStringAttribute(uint16 type, uint16 length); 404 ~StunByteStringAttribute();
|
D | stun_unittest.cc | 604 const StunByteStringAttribute* software = in TEST_F() 609 const StunByteStringAttribute* username = in TEST_F() 632 const StunByteStringAttribute* software = in TEST_F() 655 const StunByteStringAttribute* software = in TEST_F() 678 const StunByteStringAttribute* username = in TEST_F() 683 const StunByteStringAttribute* nonce = in TEST_F() 688 const StunByteStringAttribute* realm = in TEST_F() 983 const StunByteStringAttribute* username = in TEST_F() 996 const StunByteStringAttribute* username = in TEST_F() 1034 const StunByteStringAttribute* username = in TEST_F() [all …]
|
D | turnport.cc | 645 const StunByteStringAttribute* data_attr = in HandleDataIndication() 732 VERIFY(msg->AddAttribute(new StunByteStringAttribute( in AddRequestAuthInfo() 734 VERIFY(msg->AddAttribute(new StunByteStringAttribute( in AddRequestAuthInfo() 736 VERIFY(msg->AddAttribute(new StunByteStringAttribute( in AddRequestAuthInfo() 755 const StunByteStringAttribute* realm_attr = in UpdateNonce() 764 const StunByteStringAttribute* nonce_attr = in UpdateNonce() 908 const StunByteStringAttribute* realm_attr = in OnAuthChallenge() 917 const StunByteStringAttribute* nonce_attr = in OnAuthChallenge() 960 const StunByteStringAttribute* realm_attr = in OnTryAlternate() 968 const StunByteStringAttribute* nonce_attr = in OnTryAlternate() [all …]
|
D | relayserver.cc | 79 StunByteStringAttribute* magic_cookie_attr = in SendStunError() 276 const StunByteStringAttribute* username_attr = in OnExternalPacket() 324 const StunByteStringAttribute* username_attr = in HandleStun() 438 StunByteStringAttribute* magic_cookie_attr = in HandleStunAllocate() 477 const StunByteStringAttribute* data_attr = in HandleStunSend() 511 StunByteStringAttribute* magic_cookie_attr = in HandleStunSend() 621 StunByteStringAttribute* magic_cookie_attr = in Send() 633 StunByteStringAttribute* data_attr = in Send()
|
D | turnserver.cc | 369 const StunByteStringAttribute* username_attr = in GetKey() 385 const StunByteStringAttribute* mi_attr = in CheckAuthorization() 387 const StunByteStringAttribute* username_attr = in CheckAuthorization() 389 const StunByteStringAttribute* realm_attr = in CheckAuthorization() 391 const StunByteStringAttribute* nonce_attr = in CheckAuthorization() 556 VERIFY(resp.AddAttribute(new StunByteStringAttribute( in SendErrorResponseWithRealmAndNonce() 558 VERIFY(resp.AddAttribute(new StunByteStringAttribute( in SendErrorResponseWithRealmAndNonce() 579 new StunByteStringAttribute(STUN_ATTR_SOFTWARE, software_))); in SendStun() 705 const StunByteStringAttribute* username_attr = in HandleAllocateRequest() 757 const StunByteStringAttribute* data_attr = msg->GetByteString(STUN_ATTR_DATA); in HandleSendIndication() [all …]
|
D | relayserver_unittest.cc | 162 StunByteStringAttribute* attr = in AddMagicCookieAttr() 168 StunByteStringAttribute* attr = in AddUsernameAttr() 317 const StunByteStringAttribute* recv_data = in TEST_F() 482 StunByteStringAttribute* send_data = in TEST_F() 502 const StunByteStringAttribute* recv_data = in TEST_F() 524 StunByteStringAttribute* data_attr = in TEST_F()
|
D | port.cc | 491 const StunByteStringAttribute* username_attr = in ParseStunUsername() 604 const StunByteStringAttribute* username_attr = in SendBindingResponse() 641 response.AddAttribute(new StunByteStringAttribute( in SendBindingResponse() 693 const StunByteStringAttribute* username_attr = in SendBindingErrorResponse() 696 response.AddAttribute(new StunByteStringAttribute( in SendBindingErrorResponse() 784 new StunByteStringAttribute(STUN_ATTR_USERNAME, username)); in Prepare() 806 request->AddAttribute(new StunByteStringAttribute( in Prepare() 1017 const StunByteStringAttribute* use_candidate_attr = in OnReadPacket()
|
D | relayport.cc | 577 StunByteStringAttribute* magic_cookie_attr = in SendTo() 583 StunByteStringAttribute* username_attr = in SendTo() 603 StunByteStringAttribute* data_attr = in SendTo() 744 const StunByteStringAttribute* data_attr = msg.GetByteString(STUN_ATTR_DATA); in OnReadPacket() 783 StunByteStringAttribute* username_attr = in Prepare()
|
D | port_unittest.cc | 290 const cricket::StunByteStringAttribute* mi_attr = in OnUnknownAddress() 565 new StunByteStringAttribute(STUN_ATTR_USERNAME, username)); in CreateStunMessageWithUsername() 1135 const StunByteStringAttribute* username_attr = msg->GetByteString( in TEST_F() 1137 modified_req->AddAttribute(new StunByteStringAttribute( in TEST_F() 1356 const StunByteStringAttribute* username_attr = msg->GetByteString( in TEST_F() 1438 const StunByteStringAttribute* username_attr = in TEST_F() 1577 const StunByteStringAttribute* use_candidate_attr = msg->GetByteString( in TEST_F()
|