Searched refs:h_dest (Results 26 - 47 of 47) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_among.c157 dmac = eth_hdr(skb)->h_dest;
H A Debt_log.c76 print_MAC(eth_hdr(skb)->h_dest);
H A Debtables.c136 verdict |= (h->h_dest[i] ^ e->destmac[i]) &
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dcommon.c409 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN);
H A Dif.c554 memcpy((char *)phys, (char *)pkt->ethHdr.h_dest, ETHERADDRL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dplip.c553 if(*eth->h_dest&1)
555 if(memcmp(eth->h_dest,dev->broadcast, ETH_ALEN)==0)
1008 memset(eth->h_dest, 0xfc, 2);
1009 memcpy(eth->h_dest+2, &ifa->ifa_address, 4);
H A Dsunlance.c898 sbus_writeb(dev->dev_addr[i], &eth->h_dest[i]);
910 eth->h_dest[i] = dev->dev_addr[i];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dbr2684.c297 if (is_multicast_ether_addr(eth->h_dest)) {
298 if (!compare_ether_addr(eth->h_dest, dev->broadcast))
304 else if (compare_ether_addr(eth->h_dest, dev->dev_addr))
H A Dmpc.c537 if (!compare_ether_addr(eth->h_dest, (mpc->mps_macs + i*ETH_ALEN)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pppoecd/
H A Dpppoe.c232 fprintf(log_file, "h_dest: ");
235 fprintf(log_file, "%02x:", (unsigned)p->ethhdr.h_dest[i]);
813 memcpy(packet->ethhdr.h_dest, MAC_BCAST_ADDR, 6);
886 memcpy(packet->ethhdr.h_dest, dst, 6);
959 memcpy(packet->ethhdr.h_dest, dst, 6);
1213 memcpy(packet->ethhdr.h_dest, dst, 6);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_net.c1374 if (*eth->h_dest & 1) {
1375 if (memcmp(eth->h_dest, dev->broadcast, ETH_ALEN) == 0)
1386 if (memcmp(eth->h_dest, dev->dev_addr, ETH_ALEN))
1906 memset(eth->h_dest, 0, dev->addr_len);
1910 memcpy(eth->h_dest, daddr, dev->addr_len);
2002 ret = arp_find(eth->h_dest, skb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_net.c175 if (*eth->h_dest & 1) {
176 if(memcmp(eth->h_dest,dev->broadcast, ETH_ALEN)==0)
728 memcpy(ethh->h_dest, dest_addr, ETH_ALEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_alb.c1291 if ((memcmp(eth_data->h_dest, mac_bcast, ETH_ALEN) == 0) ||
1302 if (memcmp(eth_data->h_dest, mac_bcast, ETH_ALEN) == 0) {
1327 hash_start = (char*)eth_data->h_dest;
H A Dbond_main.c3486 return (data->h_dest[5] ^ bond_dev->dev_addr[5]) % count;
3497 return (data->h_dest[5] ^ bond_dev->dev_addr[5]) % count;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dllc_pdu.h272 memcpy(da, eth_hdr(skb)->h_dest, ETH_ALEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dray_cs.c1043 memcpy_toio(ptx->mac.addr_1, ((struct ethhdr *)data)->h_dest, 2 * ADDRLEN);
1051 memcpy_toio(ptx->mac.addr_1, ((struct ethhdr *)data)->h_dest, ADDRLEN);
1060 memcpy_toio(ptx->mac.addr_3, ((struct ethhdr *)data)->h_dest, ADDRLEN);
2406 memcpy(peth->h_dest, destaddr, ADDRLEN);
H A Dorinoco.c905 memcpy(hdr->h_dest, desc.addr1, ETH_ALEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/
H A Dbr_netfilter.c364 memcpy(eth_hdr(skb)->h_dest, dev->dev_addr, ETH_ALEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dnetpoll.c334 memcpy(eth->h_dest, np->remote_mac, 6);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_core.c213 memcpy(ipc_entry.dhost.octet, eth->h_dest, ETH_ALEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c2363 if (*eth->h_dest & 1) {
2364 if (memcmp(eth->h_dest, dev->broadcast, ETH_ALEN) == 0)
2368 } else if (memcmp(eth->h_dest, dev->dev_addr, ETH_ALEN))
2452 fake_hdr->h_dest, card->dev, 0);
2457 ip_eth_mc_map(ip_hdr->daddr, fake_hdr->h_dest);
2460 memcpy(fake_hdr->h_dest, card->dev->dev_addr, ETH_ALEN);
2464 memset(fake_hdr->h_dest, 0xff, ETH_ALEN);
2467 memcpy(fake_hdr->h_dest, card->dev->dev_addr, ETH_ALEN);
3667 memcpy(hdr->h_dest, "FAKELL", ETH_ALEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c2663 memcpy(ehdr->h_dest, dst, ETH_ALEN);

Completed in 338 milliseconds

12