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

12

/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Ddebug.c97 (unsigned) packet->ethHdr.h_dest[0],
98 (unsigned) packet->ethHdr.h_dest[1],
99 (unsigned) packet->ethHdr.h_dest[2],
100 (unsigned) packet->ethHdr.h_dest[3],
101 (unsigned) packet->ethHdr.h_dest[4],
102 (unsigned) packet->ethHdr.h_dest[5]);
H A Dpppoe.h75 #define h_dest ether_dhost macro
91 #define h_dest ether_dhost.ether_addr_octet macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/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
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Ddebug.c140 (unsigned) packet->ethHdr.h_dest[0],
141 (unsigned) packet->ethHdr.h_dest[1],
142 (unsigned) packet->ethHdr.h_dest[2],
143 (unsigned) packet->ethHdr.h_dest[3],
144 (unsigned) packet->ethHdr.h_dest[4],
145 (unsigned) packet->ethHdr.h_dest[5]);
H A Drelay.c996 if (memcmp(packet.ethHdr.h_dest, iface->mac, ETH_ALEN)) {
1036 memcpy(packet.ethHdr.h_dest, sh->peerMac, ETH_ALEN);
1076 memcpy(packet->ethHdr.h_dest, sh->peerMac, ETH_ALEN);
1133 if (NOT_BROADCAST(packet->ethHdr.h_dest)) {
1228 if (memcmp(packet->ethHdr.h_dest, iface->mac, ETH_ALEN)) {
1284 memcpy(packet->ethHdr.h_dest, tag.payload + sizeof(ifIndex), ETH_ALEN);
1344 if (memcmp(packet->ethHdr.h_dest, iface->mac, ETH_ALEN)) {
1400 memcpy(packet->ethHdr.h_dest, tag.payload + sizeof(ifIndex), ETH_ALEN);
1462 if (memcmp(packet->ethHdr.h_dest, iface->mac, ETH_ALEN)) {
1558 memcpy(packet->ethHdr.h_dest, ta
[all...]
H A Dpppoe.h80 #define h_dest ether_dhost macro
96 #define h_dest ether_dhost.ether_addr_octet macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ethernet/
H A Deth.c105 memset(eth->h_dest, 0, dev->addr_len);
111 memcpy(eth->h_dest,daddr,dev->addr_len);
137 return arp_find(eth->h_dest, skb);
167 if(*eth->h_dest&1)
169 if(memcmp(eth->h_dest,dev->broadcast, ETH_ALEN)==0)
185 if(memcmp(eth->h_dest,dev->dev_addr, ETH_ALEN))
227 memcpy(eth->h_dest, neigh->ha, dev->addr_len);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dlec.h28 unsigned char h_dest[ETH_ALEN]; member in struct:lecdatahdr_8023
37 unsigned char h_dest[ETH_ALEN]; member in struct:lecdatahdr_8025
H A Dlec.c298 dst = lec_h->h_dest;
316 lec_h->h_dest[0], lec_h->h_dest[1], lec_h->h_dest[2],
317 lec_h->h_dest[3], lec_h->h_dest[4], lec_h->h_dest[5]);
322 lec_h->h_dest[0], lec_h->h_dest[1], lec_h->h_dest[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dethertap.c215 if (!(eth->h_dest[0]&1)) {
218 memcpy(&pid, eth->h_dest+2, 4);
221 netlink_broadcast(lp->nl, skb, 0, ethertap_mc_hash(eth->h_dest), GFP_ATOMIC);
249 if (eth->h_dest[0]&1) {
250 if (!(ethertap_mc_hash(eth->h_dest)&lp->groups))
252 } else if (memcmp(eth->h_dest, dev->dev_addr, 6) != 0)
H A Dmyri_sbus.c329 ehdr->h_dest[0], ehdr->h_dest[1], ehdr->h_dest[2],
330 ehdr->h_dest[3], ehdr->h_dest[4], ehdr->h_dest[4],
343 ehdr->h_dest[0], ehdr->h_dest[1], ehdr->h_dest[2],
344 ehdr->h_dest[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_vlan.h43 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:vlan_ethhdr
181 if (!memcmp(skb->mac.ethernet->h_dest, skb->dev->dev_addr, ETH_ALEN))
H A Dif_ether.h95 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_vlan.h43 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:vlan_ethhdr
181 if (!memcmp(skb->mac.ethernet->h_dest, skb->dev->dev_addr, ETH_ALEN))
H A Dif_ether.h95 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/linux/
H A Dif_ether.h94 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/linux/
H A Dif_ether.h94 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/8021q/
H A Dvlan_dev.c61 return arp_find(veth->h_dest, skb);
211 if (memcmp(skb->mac.ethernet->h_dest, skb->dev->dev_addr, ETH_ALEN) == 0) {
498 veth->h_dest[0], veth->h_dest[1], veth->h_dest[2], veth->h_dest[3], veth->h_dest[4], veth->h_dest[5],
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_input.c57 dest = skb->mac.ethernet->h_dest;
121 dest = skb->mac.ethernet->h_dest;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/bnep/
H A Dnetdev.c150 if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), &s->mc_filter))
232 memcpy(dev->dev_addr, s->eh.h_dest, ETH_ALEN);
H A Dcore.c345 memcpy(__skb_put(nskb, ETH_ALEN), s->eh.h_dest, ETH_ALEN);
402 if (!memcmp(eh->h_dest, s->eh.h_source, ETH_ALEN))
405 if (!memcmp(eh->h_source, s->eh.h_dest, ETH_ALEN))
419 iv[il++] = (struct iovec) { eh->h_dest, ETH_ALEN };
538 * ie eh.h_dest is our local address. */
539 memcpy(s->eh.h_dest, &src, ETH_ALEN);
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Darpping.c61 memcpy(arp.ethhdr.h_dest, MAC_BCAST_ADDR, 6); /* MAC DA */

Completed in 107 milliseconds

12