HomeSort by relevance Sort by last modified time
    Searched refs:ethhdr (Results 151 - 160 of 160) sorted by null

1 2 3 4 5 67

  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
if_ether.h 126 struct ethhdr { struct
ethtool.h 286 struct ethhdr ether_spec;
337 struct ethhdr ether_spec;
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
if_ether.h 126 struct ethhdr { struct
ethtool.h 286 struct ethhdr ether_spec;
337 struct ethhdr ether_spec;
  /external/qemu/slirp-android/
slirp.c 662 struct ethhdr struct
688 struct ethhdr *eh = (struct ethhdr *)pkt;
691 struct ethhdr *reh = (struct ethhdr *)arp_reply;
783 struct ethhdr *eh = (struct ethhdr *)buf;
790 struct ethhdr *reh = (struct ethhdr *)arp_req;
825 memcpy(buf + sizeof(struct ethhdr), ip_data, ip_data_len)
    [all...]
  /bionic/libc/kernel/uapi/linux/
ethtool.h 286 struct ethhdr ether_spec;
337 struct ethhdr ether_spec;
  /development/ndk/platforms/android-L/include/linux/
ethtool.h 286 struct ethhdr ether_spec;
337 struct ethhdr ether_spec;
  /external/kernel-headers/original/uapi/linux/
ethtool.h 502 struct ethhdr ether_spec;
657 struct ethhdr ether_spec;
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ethtool.h 286 struct ethhdr ether_spec;
337 struct ethhdr ether_spec;
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 128 UINT16_t type = (UINT16_t) ntohs(packet->ethHdr.h_proto);
551 tmp_sap = htons(pkt->ethHdr.h_proto);
552 data_size = size - sizeof(struct ethhdr);
554 memcpy((char *)phys, (char *)pkt->ethHdr.h_dest, ETHERADDRL);
556 memcpy((char *)xmitbuf, (char *)pkt + sizeof(struct ethhdr), data_size);

Completed in 1194 milliseconds

1 2 3 4 5 67