Searched defs:is_probing (Results 1 – 2 of 2) sorted by relevance
55 bool is_probing() const { return probing_state_ == ProbingState::kActive; } in is_probing() function
418 bool is_probing = prober_.is_probing(); in ProcessPackets() local