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

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
if_ether.h 18 #define ETH_HLEN 14
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
if_ether.h 18 #define ETH_HLEN 14
  /bionic/libc/kernel/common/linux/
if_ether.h 24 #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/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 \
  /external/qemu/slirp-android/
slirp.c 654 #define ETH_HLEN 14
689 struct arphdr *ah = (struct arphdr *)(pkt + ETH_HLEN);
690 uint8_t arp_reply[ETH_HLEN + sizeof(struct arphdr)];
692 struct arphdr *rah = (struct arphdr *)(arp_reply + ETH_HLEN);
750 if (pkt_len < ETH_HLEN)
769 m->m_data += 2 + ETH_HLEN;
770 m->m_len -= 2 + ETH_HLEN;
785 if (ip_data_len + ETH_HLEN > sizeof(buf))
789 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)];
791 struct arphdr *rah = (struct arphdr *)(arp_req + ETH_HLEN);
    [all...]

Completed in 882 milliseconds

12