Lines Matching refs:rr
112 for rr in self.routes:
113 if (rr.isUsable() and
114 rr.interface == interface and
115 rr.isDefaultRoute()):
121 for rr in self.routes:
122 if rr.isUsable() and rr.isDefaultRoute():
123 defroutes.append(rr)
127 for rr in self.routes:
128 if (rr.isUsable() and
129 rr.interface == interface and
130 rr.isInterfaceRoute()):
136 for rr in self.routes:
137 if rr.isUsable() and rr.matches(ip):
138 return rr