/illumos-gate/usr/src/boot/libsa/ |
H A D | ether.c | 70 MACPY(dea, eh->ether_dhost); /* by byte */ in sendether() 109 if (bcmp(d->myea, eh->ether_dhost, 6) != 0 && in readether() 110 bcmp(bcea, eh->ether_dhost, 6) != 0) { in readether() 114 ether_sprintf(eh->ether_dhost)); in readether()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ethernet.h | 60 struct ether_addr ether_dhost; member 68 struct ether_addr ether_dhost; member
|
/illumos-gate/usr/src/stand/lib/inet/ |
H A D | ethernet.c | 101 bcopy((caddr_t)etherbroadcastaddr, (caddr_t)&out->arp_eh.ether_dhost, in ether_comarp() 442 (caddr_t)&eh->ether_dhost, in ether_input() 558 result = mac_get_arp(&tmpip, (void *)&eh.ether_dhost, in ether_output() 571 (caddr_t)&eh.ether_dhost, sizeof (ether_addr_t)); in ether_output()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_vlan.h | 49 offsetof(struct ether_vlan_header, ether_dhost))
|
H A D | snoop_ether.c | 166 if (memcmp(&e->ether_dhost, ðer_broadcast, in interpret_ether() 169 else if (e->ether_dhost.ether_addr_octet[0] & 1) in interpret_ether() 281 printether(&e->ether_dhost), in interpret_ether() 282 print_etherinfo(&e->ether_dhost)); in interpret_ether() 363 memcmp(&e->ether_dhost, &all_isis_rbridges, in interpret_ether()
|
/illumos-gate/usr/src/lib/varpd/libvarpd/common/ |
H A D | libvarpd_arp.c | 183 bcopy(ðer->ether_shost, ðer->ether_dhost, ETHERADDRL); in libvarpd_proxy_arp_fini() 411 bcopy(ðer->ether_shost, ðer->ether_dhost, ETHERADDRL); in libvarpd_proxy_ndp_fini() 598 bcopy(vdq->vdq_lookup, &vdq->vdq_ether->ether_dhost, ETHERADDRL); in libvarpd_plugin_dhcp_reply() 622 bcopy(dstmac, &eh->ether_dhost, ETHERADDRL); in libvarpd_inject_arp() 631 bcopy(dstmac, &eh->ether_dhost, ETHERADDRL); in libvarpd_inject_arp()
|
/illumos-gate/usr/src/test/os-tests/tests/mac/ |
H A D | mac_parsing.c | 632 .ether_dhost = { 0x86, 0x1d, 0xe0, 0x11, 0x22, 0x33}, in main() 640 .ether_dhost = { 0x86, 0x1d, 0xe0, 0x11, 0x22, 0x33}, in main() 648 hdr_l2_plain.ether_dhost.ether_addr_octet, UINT32_MAX); in main() 650 hdr_l2_vlan.ether_dhost.ether_addr_octet, arb_vlan); in main()
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vnet.h | 48 (ether_cmp(&ehp->ether_dhost, ðerbroadcastaddr) == 0) 50 ((ehp->ether_dhost.ether_addr_octet[0] & 01) == 1)
|
H A D | vsw_ldc.h | 481 (bcmp(&ehp->ether_dhost, ðerbroadcastaddr, ETHERADDRL) == 0) 483 ((ehp->ether_dhost.ether_addr_octet[0] & 01) == 1)
|
H A D | vnet_gen.h | 106 (ether_cmp(&ehp->ether_dhost, ðerbroadcastaddr) == 0) 108 ((ehp->ether_dhost.ether_addr_octet[0] & 01) == 1)
|
/illumos-gate/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ether.c | 444 bcopy(daddr, &(ehp->ether_dhost), ETHERADDRL); in mac_ether_header() 473 hdr_info->mhi_daddr = (const uint8_t *)&(ehp->ether_dhost); in mac_ether_header_info()
|
H A D | mac_wifi.c | 385 llmp = mac_wifi_header(&ehp->ether_shost, &ehp->ether_dhost, in mac_wifi_header_cook() 425 IEEE80211_ADDR_COPY(&eh.ether_dhost, mhi.mhi_daddr); in mac_wifi_header_uncook()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | llc1.c | 1362 hdr->ether_dhost.ether_addr_octet, in llc1_unitdata() 1397 if (ismulticast(hdr->ether_dhost.ether_addr_octet)) { in llc1_unitdata() 1398 if (bcmp(hdr->ether_dhost.ether_addr_octet, in llc1_unitdata() 1509 addr = &hdr->ether_dhost; in llc1_recv() 2186 bcopy(hdr->ether_dhost.ether_addr_octet, in llc1_form_udata() 2214 udata->dl_group_address = hdr->ether_dhost.ether_addr_octet[0] & in llc1_form_udata() 2300 msgether->ether_dhost.ether_addr_octet, in llc1_xid_reply() 2389 bcopy(hdr->ether_dhost.ether_addr_octet, in llc1_xid_ind_con() 2488 hdr->ether_dhost.ether_addr_octet, ETHERADDRL); in llc1_xid_req_res() 2586 msgether->ether_dhost.ether_addr_octet, in llc1_test_reply() [all …]
|
H A D | gldutil.c | 166 pktinfo->isForMe = mac_eq(&mh->ether_dhost, in gld_interpret_ether() 197 if (mac_eq(&mh->ether_dhost, ether_broadcast, macinfo->gldm_addrlen)) in gld_interpret_ether() 199 else if (mh->ether_dhost.ether_addr_octet[0] & 1) in gld_interpret_ether() 255 mac_copy(&mh->ether_dhost, pktinfo->dhost, macinfo->gldm_addrlen); in gld_interpret_ether() 411 mac_copy(dhost, &mh->ether_dhost, macinfo->gldm_addrlen); in gld_unitdata_ether() 454 mac_copy(&ehp->ether_dhost, &evhp->ether_dhost, ETHERADDRL); in gld_insert_vtag_ether() 543 mac_copy(gldp->glda_addr, &mh->ether_dhost, macinfo->gldm_addrlen); in gld_fastpath_ether()
|
H A D | trill.c | 465 if (ethhdr->ether_dhost.ether_addr_octet[0] & 1) in trill_recv()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 481 if (ether_cmp(&ehp->ether_dhost, &vswp->if_addr) == 0) { in vsw_switch_l2_frame() 500 fp = vsw_fdbe_find(vswp, &ehp->ether_dhost); in vsw_switch_l2_frame() 635 fp = vsw_fdbe_find(vswp, &ehp->ether_dhost); in vsw_switch_l3_frame() 802 KEY_HASH(key, &ehp->ether_dhost); in vsw_forward_grp() 1907 if (ether_cmp(&ehp->ether_dhost, &behp->ether_dhost) == 0) { in vsw_get_same_dest_list()
|
H A D | vsw_phys.c | 1215 bcopy(ðerbroadcastaddr, &ehp->ether_dhost, ETHERADDRL); in vsw_publish_macaddr()
|
/illumos-gate/usr/src/boot/include/net/ |
H A D | ethernet.h | 61 u_char ether_dhost[ETHER_ADDR_LEN]; member
|
/illumos-gate/usr/src/common/inet/ |
H A D | inet_hash.c | 174 uchar_t *mac_dst = ehp->ether_dhost.ether_addr_octet; in inet_pkt_hash()
|
/illumos-gate/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_fc.c | 365 &fmi->fmi_efh->ether_dhost, ETHERADDRL); in fcoe_fill_frame_headers()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_data.c | 469 ether_copy((void *)hdr->ether_dhost.ether_addr_octet, in eib_data_parse_ether_hdr() 477 ether_copy((void *)vl_hdr->ether_dhost.ether_addr_octet, in eib_data_parse_ether_hdr()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 1583 ((((uint8_t *)&ehp->ether_dhost)[0] & 0x01) == 0); in mac_rx_srs_proto_fanout() 1584 dstaddr = (uint8_t *)&ehp->ether_dhost; in mac_rx_srs_proto_fanout() 2010 ((((uint8_t *)&ehp->ether_dhost)[0] & 0x01) == 0); in mac_rx_srs_fanout() 2011 dstaddr = (uint8_t *)&ehp->ether_dhost; in mac_rx_srs_fanout()
|
H A D | mac_util.c | 1922 uchar_t *mac_dst = ehp->ether_dhost.ether_addr_octet; in mac_pkt_hash()
|
/illumos-gate/usr/src/uts/common/io/vioif/ |
H A D | vioif.c | 1382 if ((ether->ether_dhost.ether_addr_octet[0] & 0x01) != 0) { in vioif_send() 1384 if (ether_cmp(ðer->ether_dhost, vioif_broadcast) == 0) { in vioif_send()
|
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 2319 if (eh->ether_dhost.ether_addr_octet[0] & 1) { in myri10ge_rx_csum() 2320 if (0 == (bcmp(eh->ether_dhost.ether_addr_octet, in myri10ge_rx_csum() 2321 myri10ge_broadcastaddr, sizeof (eh->ether_dhost)))) in myri10ge_rx_csum() 2926 if (eh->ether_dhost.ether_addr_octet[0] & 1) { in myri10ge_tx_stat() 2927 if (0 == (bcmp(eh->ether_dhost.ether_addr_octet, in myri10ge_tx_stat() 2928 myri10ge_broadcastaddr, sizeof (eh->ether_dhost)))) in myri10ge_tx_stat()
|