/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/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 *));
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/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 *));
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/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 *));
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
ethernet.h | 127 BWL_PRE_PACKED_STRUCT struct ether_addr { struct 178 static const struct ether_addr ether_bcast = {{255, 255, 255, 255, 255, 255}}; 179 static const struct ether_addr ether_null = {{0, 0, 0, 0, 0, 0}}; 180 static const struct ether_addr ether_ipv6_mcast = {{0x33, 0x33, 0x00, 0x00, 0x00, 0x01}};
|
802.11.h | 113 struct ether_addr a1; /* address 1 */ 114 struct ether_addr a2; /* address 2 */ 115 struct ether_addr a3; /* address 3 */ 117 struct ether_addr a4; /* address 4 */ 125 struct ether_addr ra; /* receiver address */ 126 struct ether_addr ta; /* transmitter address */ 133 struct ether_addr ra; /* receiver address */ 140 struct ether_addr ra; /* receiver address */ 147 struct ether_addr bssid; /* receiver address, STA in AP */ 148 struct ether_addr ta; /* transmitter address * [all...] |
bcmevent.h | 63 struct ether_addr addr; /* Station address (if applicable) */ 77 struct ether_addr addr; /* Station address (if applicable) */ 421 struct ether_addr current_master; /* Current master Mac addr */
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prinet.h | 74 * ether_addr and struct sockaddr_dl that are not declared. 78 struct ether_addr;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu.h | 46 int dhd_ether_atoe(const char *a, struct ether_addr *n);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
ethernet.h | 33 struct ether_addr struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
ethernet.h | 33 struct ether_addr struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
ethernet.h | 33 struct ether_addr struct
|
/external/libpcap/lbl/ |
os-sunos4.h | 72 struct ether_addr; 74 struct ether_addr *ether_aton(const char *);
|
/external/tcpdump/lbl/ |
os-sunos4.h | 72 struct ether_addr; 74 struct ether_addr *ether_aton(const char *);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | 70 struct ether_addr da; 87 struct ether_addr BSSID; 99 struct ether_addr da; 119 struct ether_addr BSSID; 152 struct ether_addr BSSID; 194 struct ether_addr BSSID; 244 struct ether_addr prev_BSSID; 245 struct ether_addr BSSID; 369 struct ether_addr bssid; /* default: bcast */ 481 struct ether_addr bssid [all...] |
bcmutils.h | 278 /* forward definition of ether_addr structure used by some function prototypes */ 280 struct ether_addr; 372 extern char *bcm_ether_ntoa(const struct ether_addr *ea, char *buf); 373 extern int bcm_ether_atoe(const char *p, struct ether_addr *ea); 712 #define ETHERP_TO_MACF(ea) ((struct ether_addr *) (ea))->octet[0], \ 713 ((struct ether_addr *) (ea))->octet[1], \ 714 ((struct ether_addr *) (ea))->octet[2], \ 715 ((struct ether_addr *) (ea))->octet[3], \ 716 ((struct ether_addr *) (ea))->octet[4], \ 717 ((struct ether_addr *) (ea))->octet[5 [all...] |
/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) {
|
config.h | 105 /* Define to 1 if the system has the type `struct ether_addr'. */
|
config.h.in | 104 /* Define to 1 if the system has the type `struct ether_addr'. */
|
configure.in | 138 # Do we have "struct ether_addr"? 140 AC_CHECK_TYPES(struct ether_addr,,,
|
/system/core/netcfg/ |
netcfg.c | 93 struct ether_addr *addr = ether_aton(asc);
|
/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) {
|
configure.in | 609 ether_ntohost(name, (struct ether_addr *)ea); 676 # Do we have "struct ether_addr"? 678 AC_CHECK_TYPES(struct ether_addr,,,
|
config.h | 257 /* Define to 1 if the system has the type `struct ether_addr'. */
|
config.h.in | 256 /* Define to 1 if the system has the type `struct ether_addr'. */
|
/external/grub/netboot/ |
3c595.c | 107 /* Reload the ether_addr. */
|