Home
last modified time | relevance | path

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

/bionic/tests/
Dnetinet_ether_test.cpp37 ether_addr* a = ether_aton_r("12:34:56:78:9a:Bc", &addr); in TEST()
55 ASSERT_TRUE(ether_aton_r("12:34:56:78:9a;bc", &addr) == nullptr); in TEST()
56 ASSERT_TRUE(ether_aton_r("12:34:56:78:9a:bc ", &addr) == nullptr); in TEST()
57 ASSERT_TRUE(ether_aton_r("g2:34:56:78:9a:bc ", &addr) == nullptr); in TEST()
58 ASSERT_TRUE(ether_aton_r("1G:34:56:78:9a:bc ", &addr) == nullptr); in TEST()
59 ASSERT_TRUE(ether_aton_r("123:34:56:78:9a:bc ", &addr) == nullptr); in TEST()
/bionic/libc/bionic/
Dnetinet_ether.cpp33 ether_addr* ether_aton_r(const char* asc, ether_addr* addr) { in ether_aton_r() function
48 return ether_aton_r(asc, &addr); in ether_aton()
/bionic/libc/include/netinet/
Dether.h71 struct ether_addr* _Nullable ether_aton_r(const char* _Nonnull __ascii, struct ether_addr* _Nonnull…
/bionic/libc/
Dlibc.map.txt321 ether_aton_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt321 ether_aton_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21