HomeSort by relevance Sort by last modified time
    Searched full:interfacehasaddress (Results 1 - 1 of 1) sorted by null

  /system/netd/tests/
binder_test.cpp 499 static bool interfaceHasAddress(
602 EXPECT_TRUE(interfaceHasAddress(sTunIfName, td.addrString, td.prefixLength));
604 EXPECT_FALSE(interfaceHasAddress(sTunIfName, td.addrString, -1));
617 EXPECT_FALSE(interfaceHasAddress(sTunIfName, td.addrString, -1));

Completed in 476 milliseconds