Home
last modified time | relevance | path

Searched refs:linklocal (Results 1 – 1 of 1) sorted by relevance

/system/extras/tests/net_test/
Dnet_test.py234 def GetLinkAddress(ifname, linklocal): argument
239 if (linklocal and address[0].startswith("fe80")
240 or not linklocal and not address[0].startswith("fe80")):