Searched refs:route (Results 1 – 3 of 3) sorted by relevance
353 for route in routes:354 route = [s for s in route.strip().split(" ") if s]355 if (route[0] == "00000000000000000000000000000000" and route[1] == "00"357 and route[9] != "lo" and not route[9].startswith("nettest")):358 return FormatProcAddress(route[4]), route[9]363 for route in routes:364 route = [s for s in route.strip().split("\t") if s]365 if route[1] == "00000000" and route[7] == "00000000":366 gw, iface = route[2], route[0]
661 def GetRouteExpiration(self, route): argument662 return float(route['RTA_CACHEINFO'].expires) / 100.0668 for route in routes:669 expiration = self.GetRouteExpiration(route)1180 route = routes[0]1181 rtmsg, attributes = route
62 ip route add default via 10.0.2.2 dev eth0