Searched refs:ReceiveResponse (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/shill/ |
D | active_link_monitor_unittest.cc | 274 void ReceiveResponse(uint16_t operation, in ReceiveResponse() function in shill::ActiveLinkMonitorTest 284 monitor_.ReceiveResponse(0); in ReceiveResponse() 287 ReceiveResponse(ARPOP_REPLY, gateway_ip_, gateway_mac_, in ReceiveCorrectResponse() 430 ReceiveResponse(ARPOP_REPLY, gateway_ip_, gateway_mac_, in TEST_F() 436 ReceiveResponse(ARPOP_REPLY, gateway_ip_, gateway_mac_, in TEST_F() 442 ReceiveResponse(ARPOP_REPLY, local_ip_, gateway_mac_, local_ip_, local_mac_); in TEST_F() 447 ReceiveResponse(ARPOP_REQUEST, gateway_ip_, gateway_mac_, in TEST_F()
|
D | active_link_monitor.h | 143 void ReceiveResponse(int fd);
|
D | active_link_monitor.cc | 198 Bind(&ActiveLinkMonitor::ReceiveResponse, Unretained(this)))); in StartArpClient() 237 void ActiveLinkMonitor::ReceiveResponse(int fd) { in ReceiveResponse() function in shill::ActiveLinkMonitor
|