Searched refs:route (Results 1 – 2 of 2) sorted by relevance
288 for route in routes:289 route = [s for s in route.strip().split(" ") if s]290 if (route[0] == "00000000000000000000000000000000" and route[1] == "00"292 and route[9] != "lo" and not route[9].startswith("nettest")):293 return FormatProcAddress(route[4]), route[9]297 for route in routes:298 route = [s for s in route.strip().split("\t") if s]299 if route[1] == "00000000" and route[7] == "00000000":300 gw, iface = route[2], route[0]
618 def GetRouteExpiration(self, route): argument619 return float(route['RTA_CACHEINFO'].expires) / 100.0625 for route in routes:626 expiration = self.GetRouteExpiration(route)946 route = routes[0]947 rtmsg, attributes = route