Home
last modified time | relevance | path

Searched refs:packet (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/tests/google/power/wifi/
DPowerWiFimulticastTest.py58 def sendPacketAndMeasure(self, packet): argument
65 self.pkt_sender.start_sending(packet, self.interval)
74 packet = pkt_gen.generate()
75 self.sendPacketAndMeasure(packet)
82 packet = pkt_gen.generate(self.ipv4_dst_fake)
83 self.sendPacketAndMeasure(packet)
90 packet = pkt_gen.generate()
91 self.sendPacketAndMeasure(packet)
98 packet = pkt_gen.generate(self.ipv6_dst_fake)
99 self.sendPacketAndMeasure(packet)
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py104 def __init__(self, signal, packet, interval, interface, log): argument
107 self.packet = packet
121 scapy.sendp(self.packet, iface=self.interface, verbose=0)
152 self.packet = None
158 def send_ntimes(self, packet, ntimes, interval): argument
166 if packet is None:
172 scapy.sendp(packet, iface=self.interface, verbose=0)
178 def send_receive_ntimes(self, packet, ntimes, interval): argument
187 if packet is None:
194 packet, iface=self.interface, timeout=interval, verbose=0)
[all …]
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt87 a packet to any one of a group of nodes.
92 reduce the common-case processing cost of packet handling and
125 defined IPv6 extension headers and options. It also discusses packet
162 packet - an IPv6 header plus payload.
164 link MTU - the maximum transmission unit, i.e., maximum packet
219 payload, i.e., the rest of the packet following
241 each node that forwards the packet. The packet
245 Source Address 128-bit address of the originator of the packet.
249 packet (possibly not the ultimate recipient, if
291 layer header in a packet. There are a small number of such extension
[all …]
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino80 // read the packet into packetBufffer