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

/fuchsia/zircon/third_party/ulib/musl/include/netinet/
H A Dether.h11 char* ether_ntoa_r(const struct ether_addr*, char*);
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dether.c33 char* ether_ntoa_r(const struct ether_addr* p_a, char* x) { function
44 return ether_ntoa_r(p_a, x);

Completed in 32 milliseconds