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

  /external/syslinux/gpxe/src/include/gpxe/
if_ether.h 8 #define ETH_ALEN 6 /* Size of Ethernet address */
29 uint8_t h_dest[ETH_ALEN];
31 uint8_t h_source[ETH_ALEN];
  /external/wpa_supplicant_8/src/drivers/
driver_wired_common.c 102 os_memcpy(ifr.ifr_hwaddr.sa_data, addr, ETH_ALEN);
113 dlp->sdl_alen = ETH_ALEN;
115 os_memcpy(LLADDR(dlp), addr, ETH_ALEN);
125 os_memcpy(sap->sa_data, addr, ETH_ALEN);
151 mreq.mr_alen = ETH_ALEN;
152 os_memcpy(mreq.mr_address, addr, ETH_ALEN);
177 os_memcpy(bssid, pae_group_addr, ETH_ALEN);
  /external/syslinux/gpxe/src/core/
gdbudp.c 46 static uint8_t dest_eth[ETH_ALEN];
81 if ( iob_len ( iob ) < sizeof ( *arphdr ) + 2 * ( ETH_ALEN + sizeof ( struct in_addr ) ) ||
84 arphdr->ar_hln != ETH_ALEN ||
94 memcpy ( arp_target_ha ( arphdr ), arp_sender_ha ( arphdr ), ETH_ALEN );
95 memcpy ( arp_sender_ha ( arphdr ), netdev->ll_addr, ETH_ALEN );
99 memcpy ( ethhdr->h_dest, ethhdr->h_source, ETH_ALEN );
100 memcpy ( ethhdr->h_source, netdev->ll_addr, ETH_ALEN );
130 memcpy ( dest_eth, ethhdr->h_source, ETH_ALEN );
199 memcpy ( ethhdr->h_dest, dest_eth, ETH_ALEN );
200 memcpy ( ethhdr->h_source, netdev->ll_addr, ETH_ALEN );
    [all...]
  /test/vts-testcase/security/poc/target/kernel_wifi/32402310/
poc.cpp 61 #define ETH_ALEN 6
74 typedef char tSirMacAddr[ETH_ALEN];
82 unsigned char dst[ETH_ALEN];
  /device/google/cuttlefish_common/common/commands/wifi_relay/
mac80211_hwsim.cpp 36 #if !defined(ETH_ALEN)
37 static constexpr size_t ETH_ALEN = 6;
256 nla_put(outMsg.get(), HWSIM_ATTR_ADDR_TRANSMITTER, ETH_ALEN, xmitterAddr);
283 CHECK_EQ(mMAC.size(), static_cast<size_t>(ETH_ALEN));
284 nla_put(msg.get(), HWSIM_ATTR_ADDR_RECEIVER, ETH_ALEN, &mMAC[0]);
389 nla_put(msg.get(), HWSIM_ATTR_ADDR_RECEIVER, ETH_ALEN, &mac[0]);
  /external/iw/
iw.h 14 #define ETH_ALEN 6
  /external/libnl/include/linux-private/linux/
if_ether.h 31 #define ETH_ALEN 6 /* Octets in one ethernet addr */
120 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
121 unsigned char h_source[ETH_ALEN]; /* source ether addr */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ether.h 31 #define ETH_ALEN 6 /* Octets in one ethernet addr */
127 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
128 unsigned char h_source[ETH_ALEN]; /* source ether addr */
  /bionic/libc/kernel/uapi/linux/
if_ether.h 23 #define ETH_ALEN 6
122 unsigned char h_dest[ETH_ALEN];
123 unsigned char h_source[ETH_ALEN];
  /external/iproute2/include/uapi/linux/
if_ether.h 32 #define ETH_ALEN 6 /* Octets in one ethernet addr */
153 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
154 unsigned char h_source[ETH_ALEN]; /* source ether addr */
  /external/kernel-headers/original/uapi/linux/
if_ether.h 33 #define ETH_ALEN 6 /* Octets in one ethernet addr */
155 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
156 unsigned char h_source[ETH_ALEN]; /* source ether addr */
  /external/libpcap/
pcap-dos.h 21 #define ETH_ALEN sizeof(ETHER) /* Ether address length */
22 #define ETH_HLEN (2*ETH_ALEN+2) /* Ether header length */
  /external/wpa_supplicant_8/src/utils/
common.h 313 #ifndef ETH_ALEN
314 #define ETH_ALEN 6
  /test/vts-testcase/security/poc/target/kernel_wifi/32219453/
poc.cpp 45 #define ETH_ALEN 6
171 unsigned char dst[ETH_ALEN];
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 438 final int ETH_ALEN = 6;
439 int address[] = new int[ETH_ALEN];
447 address[i % (ETH_ALEN - 1) + 1] ^= (int) serial.charAt(i);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 635 milliseconds