Searched refs:ether_aton_r (Results 1 – 5 of 5) sorted by relevance
37 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()
33 ether_addr* ether_aton_r(const char* asc, ether_addr* addr) { in ether_aton_r() function48 return ether_aton_r(asc, &addr); in ether_aton()
71 struct ether_addr* _Nullable ether_aton_r(const char* _Nonnull __ascii, struct ether_addr* _Nonnull…
321 ether_aton_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21