Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dtun_twister.py131 bytes_in = os.read(self._fd, TunTwister._READ_BUF_SIZE)
132 packet = self.DecodePacket(bytes_in)
148 def DecodePacket(cls, bytes_in): argument
150 return cls._DecodeIpPacket(bytes_in)
204 def DecodePacket(cls, bytes_in): argument
205 return scapy.Ether(bytes_in)