active_link_monitor_unittest.cc | 141 local_mac_(kLocalMACAddress, arraysize(kLocalMACAddress)), 251 IsArpRequest(local_ip_, gateway_ip_, local_mac_, destination_mac))) 267 .WillOnce(DoAll(SetArgumentPointee<1>(local_mac_), Return(true))); 288 local_ip_, local_mac_); 366 ByteString local_mac_; member in class:shill::ActiveLinkMonitorTest 431 gateway_ip_, local_mac_); 442 ReceiveResponse(ARPOP_REPLY, local_ip_, gateway_mac_, local_ip_, local_mac_); 448 local_ip_, local_mac_);
|