Searched refs:ether_dhost (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dvlan.h54 uint8 ether_dhost[ETHER_ADDR_LEN]; member in struct:ethervlan_header
62 uint8 ether_dhost[ETHER_ADDR_LEN]; /* dest mac */ member in struct:dot3_mac_llc_snapvlan_header
H A Dethernet.h121 uint8 ether_dhost[ETHER_ADDR_LEN]; member in struct:ether_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dvlan.h54 uint8 ether_dhost[ETHER_ADDR_LEN]; member in struct:ethervlan_header
62 uint8 ether_dhost[ETHER_ADDR_LEN]; /* dest mac */ member in struct:dot3_mac_llc_snapvlan_header
H A Dethernet.h121 uint8 ether_dhost[ETHER_ADDR_LEN]; member in struct:ether_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Daarp.c195 bcopy((caddr_t)atmulticastaddr, (caddr_t)&eh->ether_dhost,
196 sizeof( eh->ether_dhost ));
198 bcopy((caddr_t)atmulticastaddr, (caddr_t)eh->ether_dhost,
199 sizeof( eh->ether_dhost ));
228 bcopy((caddr_t)&etherbroadcastaddr, (caddr_t)&eh->ether_dhost,
229 sizeof( eh->ether_dhost ));
231 bcopy((caddr_t)etherbroadcastaddr, (caddr_t)eh->ether_dhost,
232 sizeof( eh->ether_dhost ));
561 bcopy(( caddr_t )ea->aarp_tha, ( caddr_t )&eh->ether_dhost,
562 sizeof( eh->ether_dhost ));
[all...]
H A Dddp_output.c257 &gate, eh.ether_dhost )) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Daarp.c195 bcopy((caddr_t)atmulticastaddr, (caddr_t)&eh->ether_dhost,
196 sizeof( eh->ether_dhost ));
198 bcopy((caddr_t)atmulticastaddr, (caddr_t)eh->ether_dhost,
199 sizeof( eh->ether_dhost ));
228 bcopy((caddr_t)&etherbroadcastaddr, (caddr_t)&eh->ether_dhost,
229 sizeof( eh->ether_dhost ));
231 bcopy((caddr_t)etherbroadcastaddr, (caddr_t)eh->ether_dhost,
232 sizeof( eh->ether_dhost ));
561 bcopy(( caddr_t )ea->aarp_tha, ( caddr_t )&eh->ether_dhost,
562 sizeof( eh->ether_dhost ));
[all...]
H A Dddp_output.c257 &gate, eh.ether_dhost )) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dpppoe.h82 #define h_dest ether_dhost
98 #define h_dest ether_dhost.ether_addr_octet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pppoecd/
H A Dpppoe.c238 fprintf(log_file, "%02x:", (unsigned)p->ethhdr.ether_dhost[i]);
817 memcpy(packet->ethhdr.ether_dhost, MAC_BCAST_ADDR, 6);
890 memcpy(packet->ethhdr.ether_dhost, dst, 6);
963 memcpy(packet->ethhdr.ether_dhost, dst, 6);
1217 memcpy(packet->ethhdr.ether_dhost, dst, 6);
1335 if (memcmp(packet->ethhdr.ether_dhost,MAC_BCAST_ADDR,6) == 0 ||
1336 memcmp(packet->ethhdr.ether_dhost,local_ether,6) == 0)
H A Dpppoe2.c249 fprintf(log_file, "%02x:", (unsigned)p->ethhdr.ether_dhost[i]);
665 memcpy(packet->ethhdr.ether_dhost, MAC_BCAST_ADDR, 6);
738 memcpy(packet->ethhdr.ether_dhost, dst, 6);
811 memcpy(packet->ethhdr.ether_dhost, dst, 6);
871 memcpy(packet->ethhdr.ether_dhost, dst, 6);
1116 memcpy(packet->ethhdr.ether_dhost, dst, 6);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dzcip.c102 memset(p.hdr.ether_dhost, 0xff, ETH_ALEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Ddhcp.c348 memcpy(header.ether_dhost, hwdest, ETHER_ADDR_LEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c754 memset(eh->ether_dhost, 0xFF, ETHER_ADDRLEN);

Completed in 109 milliseconds