Searched defs:remote_info_t (Results 1 – 1 of 1) sorted by relevance
66 struct remote_info_t { struct67 ip_address_t ip_;68 std::uint16_t first_;69 std::uint16_t last_;70 bool is_range_;71 bool is_reliable_;73 bool operator<(const remote_info_t& _other) const { in operator <()