HomeSort by relevance Sort by last modified time
    Searched defs:eth (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /bionic/libc/kernel/uapi/linux/
if_arcnet.h 61 struct ethhdr eth; member in struct:arc_eth_encap
  /development/ndk/platforms/android-21/include/linux/
if_arcnet.h 61 struct ethhdr eth; member in struct:arc_eth_encap
  /development/ndk/platforms/android-3/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /external/kernel-headers/original/uapi/linux/
if_arcnet.h 81 struct ethhdr eth; /* standard ethernet header (yuck!) */ member in struct:arc_eth_encap
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 60 struct l2_ethhdr *eth = os_malloc(sizeof(*eth) + len); local
61 if (eth == NULL)
63 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
64 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
65 eth->h_proto = htons(proto);
66 os_memcpy(eth + 1, buf, len);
67 ret = pcap_inject(l2->pcap, (u8 *) eth, len + sizeof(*eth));
68 os_free(eth);
    [all...]
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...]
l2_packet_pcap.c 31 eth_t *eth; member in struct:l2_packet_data
55 l2->eth = eth_open(l2->ifname);
56 if (!l2->eth) {
63 if (eth_get(l2->eth, &own_addr) < 0) {
67 eth_close(l2->eth);
68 l2->eth = NULL;
82 struct l2_ethhdr *eth; local
91 ret = eth_send(l2->eth, buf, len);
94 size_t mlen = sizeof(*eth) + len;
95 eth = os_malloc(mlen)
    [all...]
l2_packet_winpcap.c 76 struct l2_ethhdr *eth; local
84 size_t mlen = sizeof(*eth) + len;
85 eth = os_malloc(mlen);
86 if (eth == NULL)
89 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
90 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
91 eth->h_proto = htons(proto);
92 os_memcpy(eth + 1, buf, len);
93 ret = pcap_sendpacket(l2->pcap, (u8 *) eth, mlen);
94 os_free(eth);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_arcnet.h 87 struct ethhdr eth; /* standard ethernet header (yuck!) */ member in struct:arc_eth_encap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_arcnet.h 84 struct ethhdr eth; /* standard ethernet header (yuck!) */ member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap

Completed in 687 milliseconds

1 2 3 4