Searched refs:bytes_in (Results 1 – 1 of 1) sorted by relevance
131 bytes_in = os.read(self._fd, TunTwister._READ_BUF_SIZE)132 packet = self.DecodePacket(bytes_in)148 def DecodePacket(cls, bytes_in): argument150 return cls._DecodeIpPacket(bytes_in)204 def DecodePacket(cls, bytes_in): argument205 return scapy.Ether(bytes_in)