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

  /external/webrtc/webrtc/p2p/base/
stun.cc 118 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const {
119 return static_cast<const StunErrorCodeAttribute*>(
451 return new StunErrorCodeAttribute(type, length);
479 StunErrorCodeAttribute* StunAttribute::CreateErrorCode() {
480 return new StunErrorCodeAttribute(
481 STUN_ATTR_ERROR_CODE, StunErrorCodeAttribute::MIN_SIZE);
762 StunErrorCodeAttribute::StunErrorCodeAttribute(uint16_t type,
770 StunErrorCodeAttribute::StunErrorCodeAttribute(uint16_t type, uint16_t length
    [all...]
stun.h 125 class StunErrorCodeAttribute;
158 const StunErrorCodeAttribute* GetErrorCode() const;
242 static StunErrorCodeAttribute* CreateErrorCode();
414 class StunErrorCodeAttribute : public StunAttribute {
417 StunErrorCodeAttribute(uint16_t type, int code, const std::string& reason);
418 StunErrorCodeAttribute(uint16_t type, uint16_t length);
419 ~StunErrorCodeAttribute();
relayserver_unittest.cc 202 const StunErrorCodeAttribute* err = res->GetErrorCode();
222 const StunErrorCodeAttribute* err = res->GetErrorCode();
348 const StunErrorCodeAttribute* err = res->GetErrorCode();
372 const StunErrorCodeAttribute* err = res->GetErrorCode();
397 const StunErrorCodeAttribute* err = res->GetErrorCode();
422 const StunErrorCodeAttribute* err = res->GetErrorCode();
446 const StunErrorCodeAttribute* err = res->GetErrorCode();
520 const StunErrorCodeAttribute* err = res->GetErrorCode();
stunserver.cc 65 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode();
turnport.cc     [all...]
port.cc 388 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) {
602 StunErrorCodeAttribute* error_attr = StunAttribute::CreateErrorCode();
    [all...]
stunport.cc 75 const StunErrorCodeAttribute* attr = response->GetErrorCode();
stun_unittest.cc     [all...]
port_unittest.cc 130 const StunErrorCodeAttribute* error_attr = last_stun_msg_->GetErrorCode();
    [all...]
relayport.cc 828 const StunErrorCodeAttribute* attr = response->GetErrorCode();
relayserver.cc 72 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode();
turnserver.cc 112 VERIFY(resp->AddAttribute(new cricket::StunErrorCodeAttribute(

Completed in 428 milliseconds