Searched refs:ether_addr (Results 1 – 3 of 3) sorted by relevance
| /third_party/ulib/musl/include/netinet/ |
| A D | ether.h | 9 char* ether_ntoa(const struct ether_addr*); 10 struct ether_addr* ether_aton(const char*); 11 char* ether_ntoa_r(const struct ether_addr*, char*); 12 struct ether_addr* ether_aton_r(const char*, struct ether_addr*); 13 int ether_line(const char*, struct ether_addr*, char*); 14 int ether_ntohost(char*, const struct ether_addr*); 15 int ether_hostton(const char*, struct ether_addr*);
|
| /third_party/ulib/musl/src/network/ |
| A D | ether.c | 5 struct ether_addr* ether_aton_r(const char* x, struct ether_addr* p_a) { in ether_aton_r() 6 struct ether_addr a; in ether_aton_r() 28 struct ether_addr* ether_aton(const char* x) { in ether_aton() 29 static struct ether_addr a; in ether_aton() 33 char* ether_ntoa_r(const struct ether_addr* p_a, char* x) { in ether_ntoa_r() 42 char* ether_ntoa(const struct ether_addr* p_a) { in ether_ntoa() 47 int ether_line(const char* l, struct ether_addr* e, char* hostname) { in ether_line() 51 int ether_ntohost(char* hostname, const struct ether_addr* e) { in ether_ntohost() 55 int ether_hostton(const char* hostname, struct ether_addr* e) { in ether_hostton()
|
| /third_party/ulib/musl/include/net/ |
| A D | ethernet.h | 11 struct ether_addr { struct
|
Completed in 3 milliseconds