Searched refs:AddAttribute (Results 1 – 8 of 8) sorted by relevance
97 response.AddAttribute(mapped_addr); in OnBindingRequest()111 response.AddAttribute(source_addr); in OnBindingRequest()147 err_msg.AddAttribute(err_code); in SendErrorResponse()
86 err_msg.AddAttribute(magic_cookie_attr); in SendStunError()92 err_msg.AddAttribute(err_code); in SendStunError()443 response.AddAttribute(magic_cookie_attr); in HandleStunAllocate()456 response.AddAttribute(addr_attr); in HandleStunAllocate()461 response.AddAttribute(res_lifetime_attr); in HandleStunAllocate()522 response.AddAttribute(magic_cookie_attr); in HandleStunSend()527 response.AddAttribute(options2_attr); in HandleStunSend()630 msg.AddAttribute(magic_cookie_attr); in Send()637 msg.AddAttribute(addr_attr); in Send()643 msg.AddAttribute(data_attr); in Send()
544 request.AddAttribute(magic_cookie_attr); in SendTo()550 request.AddAttribute(username_attr); in SendTo()557 request.AddAttribute(addr_attr); in SendTo()564 request.AddAttribute(options_attr); in SendTo()570 request.AddAttribute(data_attr); in SendTo()739 request->AddAttribute(magic_cookie_attr); in Prepare()746 request->AddAttribute(username_attr); in Prepare()
344 response.AddAttribute(username2_attr); in SendBindingResponse()351 response.AddAttribute(addr_attr); in SendBindingResponse()393 response.AddAttribute(username2_attr); in SendBindingErrorResponse()398 response.AddAttribute(error_attr); in SendBindingErrorResponse()479 request->AddAttribute(username_attr); in Prepare()
137 void AddAttribute(StunAttribute* attr);
66 void StunMessage::AddAttribute(StunAttribute* attr) { in AddAttribute() function in cricket::StunMessage
85 void AddAttribute(uint16_t Attribute, uint16_t Form) { in AddAttribute() function162 Abbrev.AddAttribute(Attribute, Form); in addValue()
151 bool AddAttribute(const std::string& attribute_name, in AddAttribute() function