OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRouteFor
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/test-scripts/
routing.py
134
def
getRouteFor
(self, ip_as_int_or_string):
168
print routes.
getRouteFor
(0x01010203)
169
print routes.
getRouteFor
("3.2.1.1")
170
print routes.
getRouteFor
(0x08010209)
/external/autotest/client/cros/
network.py
210
interface = routes.
getRouteFor
(address).interface
Completed in 469 milliseconds