Home | History | Annotate | Download | only in net_test

Lines Matching full:iface1

33   def ForwardBetweenInterfaces(self, enabled, iface1, iface2):
34 for iif, oif in itertools.permutations([iface1, iface2]):
44 def CheckForwardingCrash(self, netid, iface1, iface2):
86 self.ReceivePacketOn(iface1, finack)
87 self.ReceivePacketOn(iface1, establishing_ack)
88 self.ReceivePacketOn(iface1, establishing_ack)
100 netid, iface1, iface2 = random.sample(netids, 3)
101 self.ForwardBetweenInterfaces(True, iface1, iface2)
103 self.CheckForwardingCrash(netid, iface1, iface2)
105 self.ForwardBetweenInterfaces(False, iface1, iface2)