Searched refs:CheckReflection (Results 1 – 1 of 1) sorted by relevance
/system/extras/tests/net_test/ |
D | multinetwork_test.py | 349 def CheckReflection(self, version, gen_packet, gen_reply): member in MarkTest 391 self.CheckReflection(4, packets.UDP, packets.ICMPPortUnreachable) 394 self.CheckReflection(6, packets.UDP, packets.ICMPPortUnreachable) 397 self.CheckReflection(4, packets.ICMPEcho, packets.ICMPReply) 400 self.CheckReflection(6, packets.ICMPEcho, packets.ICMPReply) 403 self.CheckReflection(4, self.SYNToClosedPort, packets.RST) 406 self.CheckReflection(6, self.SYNToClosedPort, packets.RST)
|