Searched refs:FLAG_HAS_CONN_LIST (Results 1 – 1 of 1) sorted by relevance
104 static constexpr uint32_t FLAG_HAS_CONN_LIST = (1u << 8); member126 bool has_conn_list() const { return (raw_data_ & FLAG_HAS_CONN_LIST) != 0; } in has_conn_list()
Completed in 3 milliseconds