/bionic/libc/include/net/ |
if_ether.h | 66 struct ether_addr { struct 208 char * ether_ntoa __P((const struct ether_addr *)); 209 struct ether_addr * 211 int ether_ntohost __P((char *, const struct ether_addr *)); 212 int ether_hostton __P((const char *, struct ether_addr *)); 213 int ether_line __P((const char *, struct ether_addr *, char *));
|
/development/ndk/platforms/android-3/include/net/ |
if_ether.h | 66 struct ether_addr { struct 208 char * ether_ntoa __P((const struct ether_addr *)); 209 struct ether_addr * 211 int ether_ntohost __P((char *, const struct ether_addr *)); 212 int ether_hostton __P((const char *, struct ether_addr *)); 213 int ether_line __P((const char *, struct ether_addr *, char *));
|
/development/ndk/platforms/android-L/include/net/ |
if_ether.h | 66 struct ether_addr { struct 208 char * ether_ntoa __P((const struct ether_addr *)); 209 struct ether_addr * 211 int ether_ntohost __P((char *, const struct ether_addr *)); 212 int ether_hostton __P((const char *, struct ether_addr *)); 213 int ether_line __P((const char *, struct ether_addr *, char *));
|
/external/libpcap/ |
nametoaddr.c | 471 struct ether_addr { struct 475 extern int ether_hostton(const char *, struct ether_addr *); 486 if (ether_hostton(name, (struct ether_addr *)a) == 0) {
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_platform_limits_posix.cc | 1033 CHECK_TYPE_SIZE(ether_addr); variable [all...] |