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 D | netinet_ether_test.cpp | 44 * @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 D | ether.c | 10 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 D | ether.c | 13 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 D | ether.h | 13 struct ether_addr *ether_aton_r (const char *, struct ether_addr *);
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | ether.h | 13 struct ether_addr *ether_aton_r (const char *, struct ether_addr *);
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | ether.h | 13 struct ether_addr *ether_aton_r (const char *, struct ether_addr *);
|
/third_party/musl/include/netinet/ |
H A D | ether.h | 13 struct ether_addr *ether_aton_r (const char *, struct ether_addr *);
|
Completed in 3 milliseconds