HomeSort by relevance Sort by last modified time
    Searched refs:ether_header (Results 51 - 72 of 72) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/net/
if_ether.h 73 struct ether_header { struct
  /external/avahi/avahi-autoipd/
main.c 120 uint8_t *ether_header; member in struct:ArpPacket
295 p->ether_header = NULL;
301 p->ether_header = b + sizeof(struct ArpPacket);
725 * We trick avahi into allocating sizeof(packet) + sizeof(ether_header),
729 struct ether_header *eh;
734 eh = (struct ether_header *)packet->ether_header;
760 memcpy(ap->ether_header, pd, ph->caplen);
762 *packet_len = (ph->caplen - sizeof(struct ether_header));
    [all...]
  /external/libpcap/
pcap-snoop.c 256 p->offset = RAW_HDRPAD(sizeof(struct ether_header));
257 ll_hdrlen = sizeof(struct ether_header);
pcap-dos.c 845 struct ether_header *ep = (struct ether_header*) buf;
    [all...]
  /external/dnsmasq/src/
bpf.c 163 struct ether_header ether;
  /external/tcpdump/
print-token.c 153 struct ether_header ehdr;
print-fddi.c 285 struct ether_header ehdr;
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1124 struct ether_header *eh;
1133 eh = (struct ether_header *) pktdata;
1172 uint8 *ip_body = pktdata + sizeof(struct ether_header);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c     [all...]
  /external/dhcpcd-6.8.2/
if-bsd.c 382 struct ether_header hw;
    [all...]

Completed in 1458 milliseconds

1 23