Searched refs:recvfrom_reply_data_ (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Deap_listener_unittest.cc89 ByteString recvfrom_reply_data_; member in class:shill::EapListenerTest
109 int copy_length = std::min(recvfrom_reply_data_.GetLength(), len);
110 memcpy(buf, recvfrom_reply_data_.GetConstData(), copy_length);
221 recvfrom_reply_data_ = ByteString(kEapPacketPayload,
241 recvfrom_reply_data_ = ByteString(bad_payload, sizeof(bad_payload));
255 recvfrom_reply_data_ =
H A Darp_client_unittest.cc85 ByteString recvfrom_reply_data_; member in class:shill::ArpClientTest
132 memcpy(buf, recvfrom_reply_data_.GetConstData(),
133 recvfrom_reply_data_.GetLength());
135 return recvfrom_reply_data_.GetLength();
241 packet.FormatRequest(&recvfrom_reply_data_);
244 recvfrom_reply_data_.GetData()[kArpOpOffset] = ARPOP_REPLY;

Completed in 26 milliseconds