Searched refs:ip_if (Results 1 – 1 of 1) sorted by relevance
/kernel/tests/net/test/ |
D | multinetwork_base.py | 723 ip_if = self.GetInterfaceName(dest_ip_netid) 731 combinations.append((netid, iif, ip_if, myaddr, remoteaddr)) 735 def _FormatMessage(self, iif, ip_if, extra, desc, reply_desc): argument 736 msg = "Receiving %s on %s to %s IP, %s" % (desc, iif, ip_if, extra)
|