Searched refs:tcptype_ (Results 1 – 2 of 2) sorted by relevance
149 const std::string& tcptype() const { return tcptype_; } in tcptype()150 void set_tcptype(absl::string_view tcptype) { Assign(tcptype_, tcptype); } in set_tcptype()213 std::string tcptype_; variable
125 related_address_ == o.related_address_ && tcptype_ == o.tcptype_ && in operator ==()