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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Ddebug.c136 (unsigned) packet->ethHdr.h_dest[0],
137 (unsigned) packet->ethHdr.h_dest[1],
138 (unsigned) packet->ethHdr.h_dest[2],
139 (unsigned) packet->ethHdr.h_dest[3],
140 (unsigned) packet->ethHdr.h_dest[4],
141 (unsigned) packet->ethHdr.h_dest[5]);
H A Dpppoe.h82 #define h_dest ether_dhost macro
98 #define h_dest ether_dhost.ether_addr_octet macro
H A Ddiscovery.c86 if (memcmp(packet->ethHdr.h_dest, conn->myEth, ETH_ALEN)) return 0;
259 memset(packet.ethHdr.h_dest, 0xFF, ETH_ALEN);
429 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dlec.h18 unsigned char h_dest[ETH_ALEN]; member in struct:lecdatahdr_8023
27 unsigned char h_dest[ETH_ALEN]; member in struct:lecdatahdr_8025
H A Dlec.c361 dst = lec_h->h_dest;
380 lec_h->h_dest[0], lec_h->h_dest[1],
381 lec_h->h_dest[2], lec_h->h_dest[3],
382 lec_h->h_dest[4], lec_h->h_dest[5]);
389 lec_h->h_dest[0], lec_h->h_dest[1],
390 lec_h->h_dest[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ethernet/
H A Deth.c97 memcpy(eth->h_dest, daddr, dev->addr_len);
106 memset(eth->h_dest, 0, dev->addr_len);
131 return arp_find(eth->h_dest, skb);
164 if (is_multicast_ether_addr(eth->h_dest)) {
165 if (!compare_ether_addr(eth->h_dest, dev->broadcast))
180 if (unlikely(compare_ether_addr(eth->h_dest, dev->dev_addr)))
237 memcpy(eth->h_dest, neigh->ha, dev->addr_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_redirect.c35 memcpy(eth_hdr(*pskb)->h_dest,
38 memcpy(eth_hdr(*pskb)->h_dest, in->dev_addr, ETH_ALEN);
H A Debt_dnat.c33 memcpy(eth_hdr(*pskb)->h_dest, info->mac, ETH_ALEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_input.c47 const unsigned char *dest = eth_hdr(skb)->h_dest;
155 const unsigned char *dest = eth_hdr(skb)->h_dest;
181 dest = eth_hdr(skb)->h_dest;
H A Dbr_stp_bpdu.c139 const unsigned char *dest = eth_hdr(skb)->h_dest;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Darpping.c18 uint8_t h_dest[6]; /* 00 destination ether addr */ member in struct:arpMsg
62 memset(arp.h_dest, 0xff, 6); /* MAC DA */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_ether.h94 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmyri_sbus.c316 ehdr->h_dest[0], ehdr->h_dest[1], ehdr->h_dest[2],
317 ehdr->h_dest[3], ehdr->h_dest[4], ehdr->h_dest[4],
330 ehdr->h_dest[0], ehdr->h_dest[1], ehdr->h_dest[2],
331 ehdr->h_dest[
[all...]
H A Drionet.c204 if (eth->h_dest[0] & 0x01) {
209 } else if (RIONET_MAC_MATCH(eth->h_dest)) {
210 destid = RIONET_GET_DESTID(eth->h_dest);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/8021q/
H A Dvlan_dev.c60 return arp_find(veth->h_dest, skb);
215 if (!compare_ether_addr(eth_hdr(skb)->h_dest, skb->dev->dev_addr)) {
486 veth->h_dest[0], veth->h_dest[1], veth->h_dest[2], veth->h_dest[3], veth->h_dest[4], veth->h_dest[5],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_ether.h114 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
H A Dif_vlan.h43 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:vlan_ethhdr
212 if (!compare_ether_addr(eth_hdr(skb)->h_dest,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_output.c70 memcpy(eth->h_dest, da, ETH_ALEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c365 memcpy(__skb_put(nskb, ETH_ALEN), s->eh.h_dest, ETH_ALEN);
424 if (!compare_ether_addr(eh->h_dest, s->eh.h_source))
427 if (!compare_ether_addr(eh->h_source, s->eh.h_dest))
441 iv[il++] = (struct kvec) { eh->h_dest, ETH_ALEN };
567 * ie eh.h_dest is our local address. */
568 memcpy(s->eh.h_dest, &src, ETH_ALEN);
570 memcpy(dev->dev_addr, s->eh.h_dest, ETH_ALEN);
H A Dnetdev.c149 if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), (ulong *) &s->mc_filter))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Darpping.c61 memcpy(arp.ethhdr.h_dest, MAC_BCAST_ADDR, 6); /* MAC DA */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.h84 unsigned char h_dest[ETH1394_ALEN]; /* destination eth1394 addr */ member in struct:eth1394hdr
H A Deth1394.c718 memset(eth->h_dest, 0, dev->addr_len);
723 memcpy(eth->h_dest, daddr, dev->addr_len);
742 return arp_find((unsigned char *)&eth->h_dest, skb);
769 memcpy(eth->h_dest, neigh->ha, dev->addr_len);
797 if (*eth->h_dest & 1) {
798 if (memcmp(eth->h_dest, dev->broadcast, dev->addr_len) == 0)
801 if (memcmp(eth->h_dest, dev->dev_addr, dev->addr_len))
1590 if (memcmp(hdr_buf.h_dest, dev->broadcast, ETH1394_ALEN) == 0 ||
1602 __be64 guid = get_unaligned((u64 *)hdr_buf.h_dest);
1665 hdr_buf.h_dest, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Drx.c239 memcpy(p_ethhdr->h_dest, p_rx_pkt->eth803_hdr.dest_addr,
240 sizeof(p_ethhdr->h_dest));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pppoecd/
H A Dpppoe2.c243 fprintf(log_file, "h_dest: ");
246 fprintf(log_file, "%02x:", (unsigned)p->ethhdr.h_dest[i]);
661 memcpy(packet->ethhdr.h_dest, MAC_BCAST_ADDR, 6);
734 memcpy(packet->ethhdr.h_dest, dst, 6);
807 memcpy(packet->ethhdr.h_dest, dst, 6);
867 memcpy(packet->ethhdr.h_dest, dst, 6);
1112 memcpy(packet->ethhdr.h_dest, dst, 6);
1192 } else if (memcmp(packet->ethhdr.h_dest,src_addr,sizeof(src_addr))!=0){
1518 if (memcmp(packet->ethhdr.h_dest, src_addr, sizeof(src_addr)) != 0) {
2410 if (memcmp(packet->ethhdr.h_dest, src_add
[all...]

Completed in 209 milliseconds

12