HomeSort by relevance Sort by last modified time
    Searched defs:ETH_ALEN (Results 26 - 47 of 47) sorted by null

12

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
if_ether.h 17 #define ETH_ALEN 6
76 unsigned char h_dest[ETH_ALEN];
77 unsigned char h_source[ETH_ALEN];
  /bionic/libc/kernel/common/linux/
if_ether.h 22 #define ETH_ALEN 6
110 unsigned char h_dest[ETH_ALEN];
111 unsigned char h_source[ETH_ALEN];
  /external/iproute2/include/linux/
if_ether.h 31 #define ETH_ALEN 6 /* Octets in one ethernet addr */
119 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
120 unsigned char h_source[ETH_ALEN]; /* source ether addr */
  /external/kernel-headers/original/linux/
if_ether.h 31 #define ETH_ALEN 6 /* Octets in one ethernet addr */
119 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
120 unsigned char h_source[ETH_ALEN]; /* source ether addr */
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 43 static const u8 pae_group_addr[ETH_ALEN] =
96 mreq.mr_alen = ETH_ALEN;
97 os_memcpy(mreq.mr_address, addr, ETH_ALEN);
258 os_memcpy(own_addr, ifr.ifr_hwaddr.sa_data, ETH_ALEN);
328 ETH_ALEN);
329 os_memcpy(hdr->src, own_addr, ETH_ALEN);
396 os_memcpy(bssid, pae_group_addr, ETH_ALEN);
476 os_memcpy(ifr.ifr_hwaddr.sa_data, addr, ETH_ALEN);
486 dlp->sdl_alen = ETH_ALEN;
488 os_memcpy(LLADDR(dlp), addr, ETH_ALEN);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 328 #ifndef ETH_ALEN
329 #define ETH_ALEN 6
  /external/libpcap/
pcap-dos.h 23 #define ETH_ALEN sizeof(ETHER) /* Ether address length */
24 #define ETH_HLEN (2*ETH_ALEN+2) /* Ether header length */
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 86 #define ETH_ALEN ETHER_ADDR_LEN
97 #define ETH_ALEN ETHERADDRL
255 unsigned char myEth[ETH_ALEN]; /* My MAC address */
256 unsigned char peerEth[ETH_ALEN]; /* Peer's MAC address */
  /external/qemu/slirp/
slirp.c 564 #define ETH_ALEN 6
575 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
576 unsigned char h_source[ETH_ALEN]; /* source ether addr */
591 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
593 unsigned char ar_tha[ETH_ALEN]; /* target hardware address */
620 memcpy(client_ethaddr, eh->h_source, ETH_ALEN);
623 memcpy(reh->h_dest, pkt + ETH_ALEN, ETH_ALEN);
624 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
630 rah->ar_hln = ETH_ALEN;
    [all...]
  /external/grub/netboot/
etherboot.h 95 #define ETH_ALEN 6 /* Size of Ethernet address */
  /external/qemu/slirp-android/
slirp.c 653 #define ETH_ALEN 6
664 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
665 unsigned char h_source[ETH_ALEN]; /* source ether addr */
680 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
682 unsigned char ar_tha[ETH_ALEN]; /* target hardware address */
713 memcpy(client_ethaddr, eh->h_source, ETH_ALEN);
716 memcpy(reh->h_dest, pkt + ETH_ALEN, ETH_ALEN);
717 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
723 rah->ar_hln = ETH_ALEN;
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 237 final int ETH_ALEN = 6;
238 int address[] = new int[ETH_ALEN];
246 address[i % (ETH_ALEN - 1) + 1] ^= (int)serial.charAt(i);
    [all...]

Completed in 619 milliseconds

12