HomeSort by relevance Sort by last modified time
    Searched defs:eth (Results 51 - 73 of 73) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /external/iputils/Modules/
pg3.c 242 __u8 *eth; local
256 eth = (__u8 *) skb_push(skb, 14);
261 memcpy(eth, hh, 14);
263 datalen = pkt_size-14-20-8; /* Eth + IPh + UDPh */
  /external/wpa_supplicant_8/src/drivers/
driver_madwifi.c 1087 struct l2_ethhdr *eth; local
1106 eth = (struct l2_ethhdr *) bp;
1107 memcpy(eth->h_dest, addr, ETH_ALEN);
1108 memcpy(eth->h_source, own_addr, ETH_ALEN);
1109 eth->h_proto = host_to_be16(ETH_P_EAPOL);
1110 memcpy(eth+1, data, data_len);
    [all...]
driver_atheros.c 1579 struct l2_ethhdr *eth; local
    [all...]
driver_test.c 179 struct l2_ethhdr eth; local
197 memcpy(eth.h_dest, addr, ETH_ALEN);
198 memcpy(eth.h_source, own_addr, ETH_ALEN);
199 eth.h_proto = host_to_be16(ETH_P_EAPOL);
203 io[1].iov_base = ð
204 io[1].iov_len = sizeof(eth);
224 struct l2_ethhdr eth; local
241 memcpy(eth.h_dest, dst, ETH_ALEN);
242 memcpy(eth.h_source, src, ETH_ALEN);
243 eth.h_proto = host_to_be16(proto)
726 struct l2_ethhdr *eth; local
2399 struct l2_ethhdr eth; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 33 struct ether_header eth; /* 802.3/Ethernet header */ member in struct:__anon30851
bcmevent.h 85 struct ether_header eth; member in struct:bcm_event
  /bionic/libc/kernel/arch-mips/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /external/kernel-headers/original/asm-mips/ip32/
mace.h 353 struct mace_ethernet eth; member in struct:sgi_mace
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 2388 const struct l2_ethhdr *eth; local
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /external/mdnsresponder/mDNSCore/
mDNS.c 10480 const EthernetHeader *const eth = (const EthernetHeader *)p; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 4780 milliseconds

1 23