Searched refs:route (Results 1 – 2 of 2) sorted by relevance
270 for route in routes:271 route = [s for s in route.strip().split(" ") if s]272 if (route[0] == "00000000000000000000000000000000" and route[1] == "00"274 and route[9] != "lo" and not route[9].startswith("nettest")):275 return FormatProcAddress(route[4]), route[9]279 for route in routes:280 route = [s for s in route.strip().split("\t") if s]281 if route[1] == "00000000" and route[7] == "00000000":282 gw, iface = route[2], route[0]
614 def GetRouteExpiration(self, route): argument615 return float(route['RTA_CACHEINFO'].expires) / 100.0878 route = routes[0]879 rtmsg, attributes = route