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

1 2 3 4

  /external/wpa_supplicant_8/src/ap/
preauth_auth.c 48 struct l2_ethhdr *ethhdr; local
52 if (len < sizeof(*ethhdr) + sizeof(*hdr)) {
58 ethhdr = (struct l2_ethhdr *) buf;
59 hdr = (struct ieee802_1x_hdr *) (ethhdr + 1);
61 if (os_memcmp(ethhdr->h_dest, hapd->own_addr, ETH_ALEN) != 0) {
63 MACSTR, MAC2STR(ethhdr->h_dest));
67 sta = ap_get_sta(hapd, ethhdr->h_source);
74 sta = ap_sta_add(hapd, ethhdr->h_source);
92 ieee802_1x_receive(hapd, ethhdr->h_source, (u8 *) (ethhdr + 1)
235 struct l2_ethhdr *ethhdr; local
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_pcap.c 123 struct l2_ethhdr *ethhdr; local
129 if (packet == NULL || hdr.caplen < sizeof(*ethhdr))
132 ethhdr = (struct l2_ethhdr *) packet;
134 buf = (unsigned char *) ethhdr;
137 buf = (unsigned char *) (ethhdr + 1);
138 len = hdr.caplen - sizeof(*ethhdr);
140 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len);
150 struct l2_ethhdr *ethhdr; local
154 if (pkt_data == NULL || hdr->caplen < sizeof(*ethhdr))
157 ethhdr = (struct l2_ethhdr *) pkt_data
    [all...]
  /external/kernel-headers/original/linux/
if_ether.h 118 struct ethhdr { struct
127 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb)
129 return (struct ethhdr *)skb_mac_header(skb);
if_arcnet.h 86 struct ethhdr eth; /* standard ethernet header (yuck!) */
  /bionic/libc/kernel/common/linux/
if_arcnet.h 64 struct ethhdr eth;
  /development/ndk/platforms/android-3/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_arcnet.h 86 struct ethhdr eth; /* standard ethernet header (yuck!) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_arcnet.h 86 struct ethhdr eth; /* standard ethernet header (yuck!) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_arcnet.h 86 struct ethhdr eth; /* standard ethernet header (yuck!) */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth;

Completed in 632 milliseconds

1 2 3 4