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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dlane.h31 u_int8_t h_dest[ETHER_ADDR_LEN]; member in struct:lecdatahdr_8023
/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/802/
H A Dstp.c44 if (eh->h_dest[5] >= GARP_ADDR_MIN && eh->h_dest[5] <= GARP_ADDR_MAX) {
45 proto = rcu_dereference(garp_protos[eh->h_dest[5] -
48 compare_ether_addr(eh->h_dest, proto->group_address))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_redirect.c28 memcpy(eth_hdr(skb)->h_dest,
31 memcpy(eth_hdr(skb)->h_dest, par->in->dev_addr, ETH_ALEN);
H A Debt_dnat.c25 memcpy(eth_hdr(skb)->h_dest, info->mac, ETH_ALEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ethernet/
H A Deth.c99 memcpy(eth->h_dest, daddr, ETH_ALEN);
108 memset(eth->h_dest, 0, ETH_ALEN);
134 return arp_find(eth->h_dest, skb);
167 if (unlikely(is_multicast_ether_addr(eth->h_dest))) {
168 if (!compare_ether_addr_64bits(eth->h_dest, dev->broadcast))
183 if (unlikely(compare_ether_addr_64bits(eth->h_dest, dev->dev_addr)))
250 memcpy(eth->h_dest, neigh->ha, ETH_ALEN);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dsoft-interface.c152 if (is_bcast(ethhdr->h_dest) || is_mcast(ethhdr->h_dest)) {
184 ethhdr->h_dest));
188 orig_node = transtable_search(ethhdr->h_dest);
H A Drouting.c747 if (!is_bcast(ethhdr->h_dest))
938 if (is_bcast(ethhdr->h_dest))
946 if (!is_my_mac(ethhdr->h_dest))
955 ethhdr->h_dest, ETH_ALEN);
1118 if (is_bcast(ethhdr->h_dest))
1126 if (!is_my_mac(ethhdr->h_dest))
1201 if (!is_bcast(ethhdr->h_dest))
1275 if (!is_my_mac(ethhdr->h_dest))
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_input.c49 const unsigned char *dest = eth_hdr(skb)->h_dest;
153 const unsigned char *dest = eth_hdr(skb)->h_dest;
191 dest = eth_hdr(skb)->h_dest;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/bnep/
H A Dcore.c363 memcpy(__skb_put(nskb, ETH_ALEN), s->eh.h_dest, ETH_ALEN);
422 if (compress_src && !compare_ether_addr(eh->h_dest, s->eh.h_source))
425 if (compress_dst && !compare_ether_addr(eh->h_source, s->eh.h_dest))
439 iv[il++] = (struct kvec) { eh->h_dest, ETH_ALEN };
573 * ie eh.h_dest is our local address. */
574 memcpy(s->eh.h_dest, &src, ETH_ALEN);
576 memcpy(dev->dev_addr, s->eh.h_dest, ETH_ALEN);
H A Dnetdev.c134 if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), (ulong *) &s->mc_filter))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Darpping.c61 memcpy(arp.ethhdr.h_dest, MAC_BCAST_ADDR, 6); /* MAC DA */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_ether.h126 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Darpping.c61 memcpy(arp.ethhdr.h_dest, MAC_BCAST_ADDR, 6); /* MAC DA */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Drx.c116 memcpy(p_ethhdr->h_dest, p_rx_pkt->eth803_hdr.dest_addr,
117 sizeof(p_ethhdr->h_dest));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/wlp/
H A Dtxrx.c306 if (is_multicast_ether_addr(eth_hdr->h_dest)) {
318 result = wlp_eda_for_virtual(&wlp->eda, eth_hdr->h_dest, dst,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Deth1394.h83 unsigned char h_dest[ETH1394_ALEN]; /* destination eth1394 addr */ member in struct:eth1394hdr
H A Deth1394.c719 memset(eth->h_dest, 0, dev->addr_len);
724 memcpy(eth->h_dest, daddr, dev->addr_len);
743 return arp_find((unsigned char *)&eth->h_dest, skb);
770 memcpy(eth->h_dest, neigh->ha, dev->addr_len);
798 if (*eth->h_dest & 1) {
799 if (memcmp(eth->h_dest, dev->broadcast, dev->addr_len) == 0)
802 if (memcmp(eth->h_dest, dev->dev_addr, dev->addr_len))
1580 if (memcmp(hdr_buf.h_dest, dev->broadcast, ETH1394_ALEN) == 0 ||
1592 __be64 guid = get_unaligned((__be64 *)hdr_buf.h_dest);
1654 hdr_buf.h_dest, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/8021q/
H A Dvlan_core.c72 if (!compare_ether_addr(eth_hdr(skb)->h_dest,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmyri_sbus.c343 ehdr->h_dest, ehdr->h_source, ehdr->h_proto);
397 if (*eth->h_dest & 1) {
398 if (memcmp(eth->h_dest, dev->broadcast, ETH_ALEN)==0)
403 if (memcmp(eth->h_dest, dev->dev_addr, ETH_ALEN))
736 eth->h_dest[i] = 0;
741 memcpy(eth->h_dest, daddr, dev->addr_len);
770 return arp_find(eth->h_dest, skb);
806 memcpy(eth->h_dest, neigh->ha, dev->addr_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dnet.c75 u8 h_dest[FWNET_ALEN]; /* destination address */ member in struct:fwnet_header
238 memset(h->h_dest, 0, net->addr_len);
244 memcpy(h->h_dest, daddr, net->addr_len);
257 return arp_find((unsigned char *)&h->h_dest, skb);
275 memcpy(h->h_dest, neigh->ha, net->addr_len);
621 if (*eth->h_dest & 1) {
622 if (memcmp(eth->h_dest, net->broadcast,
626 if (memcmp(eth->h_dest, net->dev_addr, net->addr_len))
1246 if (memcmp(hdr_buf.h_dest, net->broadcast, FWNET_ALEN) == 0
1258 __be64 guid = get_unaligned((__be64 *)hdr_buf.h_dest);
[all...]

Completed in 364 milliseconds

123