Home
last modified time | relevance | path

Searched refs:ether_aton_r (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetinet_ether_test.cpp44 * @tc.desc: Verify that the ether_aton_r function can correctly convert Ethernet MAC addresses from string to binary
52 ether_addr* a = ether_aton_r("ef:cd:ab:89:67:45", &addr); in HWTEST_F()
64 * @tc.desc: Verify that the ether_ntoa_r and ether_aton_r functions can correctly convert Ethernet MAC addresses
72 ether_addr* a = ether_aton_r("ef:cd:ab:89:67:45", &pa); in HWTEST_F()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dether.c10 struct ether_addr *ether_aton_r (const char *x, struct ether_addr *p_a) in ether_aton_r() function
33 return ether_aton_r (x, &a); in ether_aton()
/third_party/musl/src/network/
H A Dether.c13 struct ether_addr *ether_aton_r (const char *x, struct ether_addr *p_a) in ether_aton_r() function
36 return ether_aton_r (x, &a); in ether_aton()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dether.h13 struct ether_addr *ether_aton_r (const char *, struct ether_addr *);
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dether.h13 struct ether_addr *ether_aton_r (const char *, struct ether_addr *);
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dether.h13 struct ether_addr *ether_aton_r (const char *, struct ether_addr *);
/third_party/musl/include/netinet/
H A Dether.h13 struct ether_addr *ether_aton_r (const char *, struct ether_addr *);

Completed in 2 milliseconds