HomeSort by relevance Sort by last modified time
    Searched full:h_source (Results 26 - 45 of 45) sorted by null

12

  /external/ppp/pppd/plugins/rp-pppoe/
discovery.c 260 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN);
368 if (NOT_UNICAST(packet.ethHdr.h_source)) {
386 memcpy(conn->peerEth, packet.ethHdr.h_source, ETH_ALEN);
430 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN);
542 if (memcmp(packet.ethHdr.h_source, conn->peerEth, ETH_ALEN)) continue;
common.c 410 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN);
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 381 os_memcpy(buf->h_source, hapd->own_addr, ETH_ALEN);
457 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
458 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
  /external/wpa_supplicant/
l2_packet_winpcap.c 96 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
125 l2->rx_src = ethhdr->h_source;
l2_packet.h 51 u8 h_source[ETH_ALEN]; member in struct:l2_ethhdr
l2_packet_ndis.c 128 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
295 rx_src = ethhdr->h_source;
driver_test.c 652 os_memcpy(eth.h_source, drv->own_addr, ETH_ALEN);
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_winpcap.c 96 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
125 l2->rx_src = ethhdr->h_source;
l2_packet.h 40 u8 h_source[ETH_ALEN]; member in struct:l2_ethhdr
l2_packet_ndis.c 128 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
295 rx_src = ethhdr->h_source;
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_winpcap.c 96 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
125 l2->rx_src = ethhdr->h_source;
l2_packet.h 40 u8 h_source[ETH_ALEN]; member in struct:l2_ethhdr
l2_packet_ndis.c 128 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
301 rx_src = ethhdr->h_source;
  /external/iproute2/include/linux/
if_ether.h 120 unsigned char h_source[ETH_ALEN]; /* source ether addr */ member in struct:ethhdr
  /external/kernel-headers/original/linux/
if_ether.h 120 unsigned char h_source[ETH_ALEN]; /* source ether addr */ member in struct:ethhdr
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ether.h 108 unsigned char h_source[ETH_ALEN]; /* source ether addr */ member in struct:ethhdr
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 204 memcpy(eth.h_source, own_addr, ETH_ALEN);
248 memcpy(eth.h_source, src, ETH_ALEN);
740 MAC2STR(eth->h_dest), MAC2STR(eth->h_source),
747 ev.ft_rrb_rx.src = eth->h_source;
    [all...]
driver_atheros.c 1174 memcpy(eth->h_source, own_addr, ETH_ALEN);
    [all...]
driver_madwifi.c 1096 memcpy(eth->h_source, own_addr, ETH_ALEN);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c 853 os_memcpy(eth.h_source, drv->own_addr, ETH_ALEN);
    [all...]

Completed in 975 milliseconds

12