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

  /development/ndk/platforms/android-3/include/linux/
if_ether.h 18 #define ETH_HLEN 14
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ether.h 32 #define ETH_HLEN 14 /* Total octets in header. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_ether.h 18 #define ETH_HLEN 14
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_ether.h 18 #define ETH_HLEN 14
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_ether.h 18 #define ETH_HLEN 14
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_ether.h 18 #define ETH_HLEN 14
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_ether.h 18 #define ETH_HLEN 14
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_ether.h 18 #define ETH_HLEN 14
  /bionic/libc/kernel/common/linux/
if_ether.h 18 #define ETH_HLEN 14
  /external/iproute2/include/linux/
if_ether.h 32 #define ETH_HLEN 14 /* Total octets in header. */
  /external/kernel-headers/original/linux/
if_ether.h 32 #define ETH_HLEN 14 /* Total octets in header. */
  /external/libpcap/
pcap-dos.h 24 #define ETH_HLEN (2*ETH_ALEN+2) /* Ether header length */
27 #define ETH_MAX (ETH_MTU+ETH_HLEN)
  /external/qemu/slirp/
slirp.c 565 #define ETH_HLEN 14
600 struct arphdr *ah = (struct arphdr *)(pkt + ETH_HLEN);
601 uint8_t arp_reply[ETH_HLEN + sizeof(struct arphdr)];
603 struct arphdr *rah = (struct arphdr *)(arp_reply + ETH_HLEN);
657 if (pkt_len < ETH_HLEN)
676 m->m_data += 2 + ETH_HLEN;
677 m->m_len -= 2 + ETH_HLEN;
692 if (ip_data_len + ETH_HLEN > sizeof(buf))
696 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)];
698 struct arphdr *rah = (struct arphdr *)(arp_req + ETH_HLEN);
    [all...]
  /external/qemu/slirp-android/
slirp.c 646 #define ETH_HLEN 14
681 struct arphdr *ah = (struct arphdr *)(pkt + ETH_HLEN);
682 uint8_t arp_reply[ETH_HLEN + sizeof(struct arphdr)];
684 struct arphdr *rah = (struct arphdr *)(arp_reply + ETH_HLEN);
742 if (pkt_len < ETH_HLEN)
761 m->m_data += 2 + ETH_HLEN;
762 m->m_len -= 2 + ETH_HLEN;
777 if (ip_data_len + ETH_HLEN > sizeof(buf))
781 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)];
783 struct arphdr *rah = (struct arphdr *)(arp_req + ETH_HLEN);
    [all...]
  /external/grub/netboot/
etherboot.h 60 #define MAX_BOOTP_EXTLEN (ETH_FRAME_LEN - ETH_HLEN - \
96 #define ETH_HLEN 14 /* Size of ethernet header */
104 #define ETH_MAX_MTU (ETH_FRAME_LEN - ETH_HLEN \

Completed in 669 milliseconds