Searched defs:VsockConnectionInfo (Results 1 – 2 of 2) sorted by relevance
28 struct VsockConnectionInfo { struct29 unsigned cid = 0;30 unsigned port = 0;32 std::string str() const { in str()
27 struct VsockConnectionInfo { struct32 static std::optional<VsockConnectionInfo> fromRoPropertyStore(const PropertyList& cid_props, argument