HomeSort by relevance Sort by last modified time
    Searched refs:ethhdr (Results 26 - 50 of 85) sorted by null

12 3 4

  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 81 struct l2_ethhdr *ethhdr; local
87 if (packet == NULL || hdr.caplen < sizeof(*ethhdr))
90 ethhdr = (struct l2_ethhdr *) packet;
92 buf = (unsigned char *) ethhdr;
95 buf = (unsigned char *) (ethhdr + 1);
96 len = hdr.caplen - sizeof(*ethhdr);
98 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len);
l2_packet_winpcap.c 106 struct l2_ethhdr *ethhdr; local
108 if (pkt_data == NULL || hdr->caplen < sizeof(*ethhdr))
111 ethhdr = (struct l2_ethhdr *) pkt_data;
113 l2->rx_buf = (u8 *) ethhdr;
116 l2->rx_buf = (u8 *) (ethhdr + 1);
117 l2->rx_len = hdr->caplen - sizeof(*ethhdr);
119 l2->rx_src = ethhdr->h_source;
  /development/ndk/platforms/android-3/include/linux/
if_ether.h 75 struct ethhdr { struct
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 81 #define ethhdr ether_header macro
95 #define ethhdr ether_header macro
207 struct ethhdr ethHdr; /* Ethernet header */
223 #define HDR_SIZE (sizeof(struct ethhdr) + PPPOE_OVERHEAD)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ether.h 106 struct ethhdr { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ether.h 106 struct ethhdr { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ether.h 106 struct ethhdr { struct
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
if_ether.h 75 struct ethhdr { struct
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
if_ether.h 75 struct ethhdr { struct
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
if_ether.h 75 struct ethhdr { struct

Completed in 1683 milliseconds

12 3 4