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

/darwin-on-arm/xnu/bsd/net/
H A Diso88025.h99 u_char ether_dhost[ISO88025_ADDR_LEN]; member in struct:iso88025_sockaddr_data
H A Dethernet.h86 u_char ether_dhost[ETHER_ADDR_LEN]; member in struct:ether_header
H A Dether_at_pr_module.c160 (void)memcpy(edst, eh->ether_dhost, 6);
166 (void)memcpy(edst, eh->ether_dhost, 6);
H A Dether_if_module.c373 if (eh->ether_dhost[0] & 1) {
375 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0)
397 if ((eh->ether_dhost[0] & 1) == 0) {
404 if (_ether_cmp(eh->ether_dhost, ifnet_lladdr(ifp))) {
569 (void)memcpy(eh->ether_dhost, edst, ETHER_ADDR_LEN);
H A Dether_inet_pr_module.c266 (void) memcpy(edst, eh->ether_dhost, 6);
497 bcopy(etherbroadcastaddr, eh->ether_dhost,
498 sizeof (eh->ether_dhost));
502 bcopy(CONST_LLADDR(target_hw), eh->ether_dhost,
503 sizeof (eh->ether_dhost));
H A Dif_bridge.c926 eh->ether_dhost[0], eh->ether_dhost[1], eh->ether_dhost[2],
927 eh->ether_dhost[3], eh->ether_dhost[4], eh->ether_dhost[5],
3059 if (ETHER_IS_MULTICAST(eh->ether_dhost))
3062 dst_if = bridge_rtlookup(sc, eh->ether_dhost, vlan);
3446 dst_if = bridge_rtlookup(sc, eh->ether_dhost, 0);
3556 dst = eh->ether_dhost;
[all...]
H A Dif_bond.c1302 h = (*((uint16_t *)&eh_p->ether_dhost[4]) << 16)
1304 h ^= *((uint32_t *)&eh_p->ether_dhost[0]);
1670 && bcmp(eh_p->ether_dhost, &slow_proto_multicast,
1671 sizeof(eh_p->ether_dhost)) == 0
1776 bcopy(&slow_proto_multicast, &eh_p->ether_dhost, sizeof(eh_p->ether_dhost));
H A Dbpf.c389 if (ETHER_IS_MULTICAST(eh->ether_dhost)) {
390 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0)
H A Dbridgestp.c314 memcpy(eh->ether_dhost, bstp_etheraddr, ETHER_ADDR_LEN);
428 memcpy(eh->ether_dhost, bstp_etheraddr, ETHER_ADDR_LEN);
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.h125 u_char ether_dhost[6]; member in struct:ether_header
H A Dkdp_udp.c525 enaddr_copy(eh->ether_dhost, eh->ether_shost);
526 enaddr_copy(&tmp_enaddr, eh->ether_dhost);
595 enaddr_copy(&adr.rmt.ea, eh->ether_dhost);
815 (void)memcpy(eh->ether_dhost, ea->arp_tha, sizeof(eh->ether_dhost));
911 enaddr_copy(eh->ether_dhost, &adr.loc.ea);
939 enaddr_copy(&etherbroadcastaddr, eh->ether_dhost);
1501 enaddr_copy(&destination_mac, eh->ether_dhost);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_compat.h633 __u8 ether_dhost[6];

Completed in 64 milliseconds