Home
last modified time | relevance | path

Searched refs:IsReply (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/
Darp_packet.h42 bool IsReply() const;
Darp_packet_unittest.cc186 EXPECT_TRUE(packet_.IsReply()); in TEST_F()
204 EXPECT_TRUE(packet_.IsReply()); in TEST_F()
218 EXPECT_FALSE(packet_.IsReply()); in TEST_F()
Dpassive_link_monitor.cc116 if (packet.IsReply()) { in ReceiveRequest()
Darp_packet.cc185 bool ArpPacket::IsReply() const { in IsReply() function in shill::ArpPacket
Dactive_link_monitor.cc245 if (!packet.IsReply()) { in ReceiveResponse()
Dconnection_diagnostics.cc746 if (!packet.IsReply()) { in OnArpReplyReceived()