OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interfacehasaddress
(Results
1 - 1
of
1
) sorted by null
/system/netd/tests/
binder_test.cpp
662
static bool
interfaceHasAddress
(
765
EXPECT_TRUE(
interfaceHasAddress
(sTun.name(), td.addrString, td.prefixLength));
767
EXPECT_FALSE(
interfaceHasAddress
(sTun.name(), td.addrString, -1));
780
EXPECT_FALSE(
interfaceHasAddress
(sTun.name(), td.addrString, -1));
[
all
...]
Completed in 65 milliseconds