Lines Matching refs:ByteString
73 ByteString mac_address0_;
74 ByteString mac_address1_;
75 ByteString inserted_byte_;
103 ByteString arp_bytes(kArpReplyV4, arraysize(kArpReplyV4)); in TEST_F()
114 ByteString arp_bytes(kArpReplyV4, arraysize(kArpReplyV4)); in TEST_F()
125 ByteString arp_bytes(kArpReplyV4, arraysize(kArpReplyV4)); in TEST_F()
136 ByteString arp_bytes(kArpReplyV4, arraysize(kArpReplyV4)); in TEST_F()
147 ByteString arp_bytes(kArpReplyV4, arraysize(kArpReplyV4)); in TEST_F()
159 ByteString arp_bytes(kArpReplyV4, arraysize(kArpReplyV4)); in TEST_F()
170 ByteString arp_bytes(kArpReplyV6, arraysize(kArpReplyV6)); in TEST_F()
180 ByteString arp_bytes(kArpReplyV4, arraysize(kArpReplyV4)); in TEST_F()
193 arp_bytes.Append(ByteString(1000)); in TEST_F()
198 ByteString arp_bytes(kArpReplyV6, arraysize(kArpReplyV6)); in TEST_F()
212 ByteString arp_bytes(kArpRequestV4, arraysize(kArpRequestV4)); in TEST_F()
231 ByteString arp_bytes; in TEST_F()
246 ByteString arp_bytes; in TEST_F()
258 ByteString arp_bytes; in TEST_F()
264 packet_.set_local_mac_address(ByteString()); in TEST_F()
270 ByteString arp_bytes; in TEST_F()
277 ByteString expected_bytes(kArpRequestV4, arraysize(kArpRequestV4)); in TEST_F()
282 expected_bytes.Append(ByteString(kArpPaddingSizeV4)); in TEST_F()
287 ByteString arp_bytes; in TEST_F()
294 ByteString expected_bytes(kArpRequestV6, arraysize(kArpRequestV6)); in TEST_F()
299 expected_bytes.Append(ByteString(kArpPaddingSizeV6)); in TEST_F()