HomeSort by relevance Sort by last modified time
    Searched refs:eth (Results 51 - 75 of 98) sorted by null

1 23 4

  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
if_arcnet.h 61 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
if_arcnet.h 61 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
if_arcnet.h 61 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 96 struct l2_ethhdr *eth; local
116 size_t mlen = sizeof(*eth) + len;
117 eth = os_malloc(mlen);
118 if (eth == NULL)
121 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
122 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
123 eth->h_proto = htons(proto);
124 os_memcpy(eth + 1, buf, len);
125 res = WriteFile(driver_ndis_get_ndisuio_handle(), eth, mlen,
127 os_free(eth);
    [all...]
  /external/tcpdump/
print-geonet.c 105 geonet_print(netdissect_options *ndo, const u_char *eth, const u_char *bp, u_int length)
117 ND_PRINT((ndo, "GeoNet src:%s; ", etheraddr_string(ndo, eth+6)));
  /external/libpcap/msdos/
pktdrvr.h 131 extern BOOL PktTransmit (const void *eth, int len);
pktdrvr.c 444 PUBLIC BOOL PktTransmit (const void *eth, int len)
453 dosmemput (eth, len, realBase+pktTxBuf);
458 memcpy ((void*)(realBase+pktTxBuf), eth, len);
463 memcpy (&pktTxBuf, eth, len);
468 reg.r_ds = FP_SEG (eth);
469 reg.r_si = FP_OFF (eth);
1230 " Eth-addr : %02X:%02X:%02X:%02X:%02X:%02X\n",
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 33 struct ether_header eth; /* 802.3/Ethernet header */ member in struct:__anon29165
bcmevent.h 85 struct ether_header eth; member in struct:bcm_event
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 81 ETH=208
113 eth=240
  /external/iputils/Modules/
pg3.c 242 __u8 *eth; local
256 eth = (__u8 *) skb_push(skb, 14);
261 memcpy(eth, hh, 14);
263 datalen = pkt_size-14-20-8; /* Eth + IPh + UDPh */
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1595 const struct ether_header *eth; local
1668 struct ether_header *eth; local
1729 struct ether_header *eth; local
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/ip32/
mace.h 342 struct mace_ethernet eth; member in struct:sgi_mace

Completed in 1519 milliseconds

1 23 4