Searched refs:software_ (Results 1 – 2 of 2) sorted by relevance
172 const std::string& software() const { return software_; } in software()173 void set_software(const std::string& software) { software_ = software; } in set_software()257 std::string software_; variable
488 if (!software_.empty()) { in SendStun()490 new StunByteStringAttribute(STUN_ATTR_SOFTWARE, software_))); in SendStun()