Home | History | Annotate | Download | only in shill

Lines Matching full:address

126     LOG(ERROR) << "Could not get local MAC address.";
179 string ActiveLinkMonitor::HardwareAddressToString(const ByteString& address) {
181 for (size_t i = 0; i < address.GetLength(); ++i) {
183 base::StringPrintf("%02x", address.GetConstData()[i]));
250 if (!connection_->local().address().Equals(
251 packet.remote_ip_address().address())) {
252 SLOG(connection_.get(), 4) << "Response is not for our IP address.";
257 SLOG(connection_.get(), 4) << "Response is not for our MAC address.";
261 if (!connection_->gateway().address().Equals(
262 packet.local_ip_address().address())) {
264 << "Response is not from the gateway IP address.";
295 SLOG(connection_.get(), 2) << "Gateway MAC address changed.";
320 // remote address into a send to the broadcast (all-ones) address in