Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/network/
H A Dether.c36 char *ether_ntoa_r (const struct ether_addr *p_a, char *x) { in ether_ntoa_r() function
47 return ether_ntoa_r (p_a, x); in ether_ntoa()
/third_party/musl/src/network/
H A Dether.c39 char *ether_ntoa_r (const struct ether_addr *p_a, char *x) { in ether_ntoa_r() function
50 return ether_ntoa_r (p_a, x); in ether_ntoa()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dether.h12 char *ether_ntoa_r (const struct ether_addr *, char *);
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dether.h12 char *ether_ntoa_r (const struct ether_addr *, char *);
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dether.h12 char *ether_ntoa_r (const struct ether_addr *, char *);
/third_party/musl/include/netinet/
H A Dether.h12 char *ether_ntoa_r (const struct ether_addr *, char *);
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetinet_ether_test.cpp64 * @tc.desc: Verify that the ether_ntoa_r and ether_aton_r functions can correctly convert Ethernet MAC addresses
78 char* p = ether_ntoa_r(&pa, x); in HWTEST_F()

Completed in 2 milliseconds