HomeSort by relevance Sort by last modified time
    Searched defs:ether_addr (Results 1 - 11 of 11) sorted by null

  /bionic/libc/include/net/
if_ether.h 64 struct ether_addr { struct
206 char * ether_ntoa __P((const struct ether_addr *));
207 struct ether_addr *
209 int ether_ntohost __P((char *, const struct ether_addr *));
210 int ether_hostton __P((const char *, struct ether_addr *));
211 int ether_line __P((const char *, struct ether_addr *, char *));
  /development/ndk/platforms/android-3/include/net/
if_ether.h 64 struct ether_addr { struct
206 char * ether_ntoa __P((const struct ether_addr *));
207 struct ether_addr *
209 int ether_ntohost __P((char *, const struct ether_addr *));
210 int ether_hostton __P((const char *, struct ether_addr *));
211 int ether_line __P((const char *, struct ether_addr *, char *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 64 struct ether_addr { struct
206 char * ether_ntoa __P((const struct ether_addr *));
207 struct ether_addr *
209 int ether_ntohost __P((char *, const struct ether_addr *));
210 int ether_hostton __P((const char *, struct ether_addr *));
211 int ether_line __P((const char *, struct ether_addr *, char *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/net/
if_ether.h 64 struct ether_addr { struct
206 char * ether_ntoa __P((const struct ether_addr *));
207 struct ether_addr *
209 int ether_ntohost __P((char *, const struct ether_addr *));
210 int ether_hostton __P((const char *, struct ether_addr *));
211 int ether_line __P((const char *, struct ether_addr *, char *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/net/
if_ether.h 64 struct ether_addr { struct
206 char * ether_ntoa __P((const struct ether_addr *));
207 struct ether_addr *
209 int ether_ntohost __P((char *, const struct ether_addr *));
210 int ether_hostton __P((const char *, struct ether_addr *));
211 int ether_line __P((const char *, struct ether_addr *, char *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/net/
if_ether.h 64 struct ether_addr { struct
206 char * ether_ntoa __P((const struct ether_addr *));
207 struct ether_addr *
209 int ether_ntohost __P((char *, const struct ether_addr *));
210 int ether_hostton __P((const char *, struct ether_addr *));
211 int ether_line __P((const char *, struct ether_addr *, char *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/net/
if_ether.h 64 struct ether_addr { struct
206 char * ether_ntoa __P((const struct ether_addr *));
207 struct ether_addr *
209 int ether_ntohost __P((char *, const struct ether_addr *));
210 int ether_hostton __P((const char *, struct ether_addr *));
211 int ether_line __P((const char *, struct ether_addr *, char *));
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/net/
if_ether.h 64 struct ether_addr { struct
206 char * ether_ntoa __P((const struct ether_addr *));
207 struct ether_addr *
209 int ether_ntohost __P((char *, const struct ether_addr *));
210 int ether_hostton __P((const char *, struct ether_addr *));
211 int ether_line __P((const char *, struct ether_addr *, char *));
  /external/libpcap/
nametoaddr.c 462 struct ether_addr { struct
466 extern int ether_hostton(const char *, struct ether_addr *);
477 if (ether_hostton(name, (struct ether_addr *)a) == 0) {
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
ethernet.h 98 BWL_PRE_PACKED_STRUCT struct ether_addr { struct
128 static const struct ether_addr ether_bcast = {{255, 255, 255, 255, 255, 255}};
129 static const struct ether_addr ether_null = {{0, 0, 0, 0, 0, 0}};
  /external/tcpdump/
addrtoname.c 48 struct ether_addr { struct
52 extern int ether_ntohost(char *, const struct ether_addr *);
481 * We don't cast it to "const struct ether_addr *"
486 if (ether_ntohost(buf2, (struct ether_addr *)ep) == 0) {
846 * We don't cast it to "const struct ether_addr *"
851 if (ether_ntohost(name, (struct ether_addr *)el->addr) == 0) {

Completed in 285 milliseconds