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

1 2 34

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
if_ether.h 75 struct ethhdr { struct
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
if_ether.h 75 struct ethhdr { struct
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
if_ether.h 75 struct ethhdr { struct
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 283 struct l2_ethhdr *ethhdr = (struct l2_ethhdr *) l2->rx_buf; local
288 if (l2->l2_hdr || l2->rx_written < sizeof(*ethhdr)) {
289 rx_buf = (u8 *) ethhdr;
292 rx_buf = (u8 *) (ethhdr + 1);
293 rx_len = l2->rx_written - sizeof(*ethhdr);
295 rx_src = ethhdr->h_source;
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 484 struct l2_ethhdr *ethhdr; local
485 if (len < sizeof(*ethhdr))
487 ethhdr = (struct l2_ethhdr *) buf;
489 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
490 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
491 len - sizeof(*ethhdr));
  /bionic/libc/kernel/common/linux/
if_ether.h 109 struct ethhdr { struct
  /external/iproute2/include/linux/
if_ether.h 118 struct ethhdr { struct
  /external/qemu/slirp/
slirp.c 573 struct ethhdr struct
599 struct ethhdr *eh = (struct ethhdr *)pkt;
602 struct ethhdr *reh = (struct ethhdr *)arp_reply;
690 struct ethhdr *eh = (struct ethhdr *)buf;
697 struct ethhdr *reh = (struct ethhdr *)arp_req;
732 memcpy(buf + sizeof(struct ethhdr), ip_data, ip_data_len)
    [all...]
  /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...]
  /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 339 milliseconds

1 2 34