Lines Matching refs:connection_
59 : connection_(connection), in ActiveLinkMonitor()
86 SLOG(connection_.get(), 2) << "In " << __func__ << "."; in Start()
92 SLOG(connection_.get(), 2) << "In " << __func__ << "."; in Stop()
125 connection_->interface_index(), &local_mac_address_)) { in StartInternal()
128 connection_->technology(), in StartInternal()
138 connection_->technology(), in StartInternal()
164 SLOG(connection_.get(), 2) << "In " << __func__ << " with sample " in AddResponseTimeSample()
167 connection_->technology(), response_time_milliseconds); in AddResponseTimeSample()
192 SLOG(connection_.get(), 4) << "Created ARP client; listening on socket " in StartArpClient()
208 SLOG(connection_.get(), 2) << "In " << __func__ << "."; in AddMissedResponse()
238 SLOG(connection_.get(), 2) << "In " << __func__ << "."; in ReceiveResponse()
246 SLOG(connection_.get(), 4) << "This is not a reply packet. Ignoring."; in ReceiveResponse()
250 if (!connection_->local().address().Equals( in ReceiveResponse()
252 SLOG(connection_.get(), 4) << "Response is not for our IP address."; in ReceiveResponse()
257 SLOG(connection_.get(), 4) << "Response is not for our MAC address."; in ReceiveResponse()
261 if (!connection_->gateway().address().Equals( in ReceiveResponse()
263 SLOG(connection_.get(), 4) in ReceiveResponse()
292 SLOG(connection_.get(), 2) << "Found gateway at " in ReceiveResponse()
295 SLOG(connection_.get(), 2) << "Gateway MAC address changed."; in ReceiveResponse()
309 SLOG(connection_.get(), 2) << "In " << __func__ << "."; in SendRequest()
329 ArpPacket request(connection_->local(), connection_->gateway(), in SendRequest()