Lines Matching refs:ether_dhost
854 ether_ntoa_buf((const ether_addr_t *)&eh_p->ether_dhost, in ethernet_frame_validate()
947 bcopy(target_hw, eh_p->ether_dhost, in ethernet_arp_frame_populate()
948 sizeof(eh_p->ether_dhost)); in ethernet_arp_frame_populate()
950 bcopy(ðer_broadcast, eh_p->ether_dhost, in ethernet_arp_frame_populate()
951 sizeof(eh_p->ether_dhost)); in ethernet_arp_frame_populate()
1218 bcopy(dest_ether, eh_p->ether_dhost, in ethernet_nd6_frame_populate()
1219 sizeof(eh_p->ether_dhost)); in ethernet_nd6_frame_populate()
1222 bcopy(ðer_broadcast, eh_p->ether_dhost, in ethernet_nd6_frame_populate()
1223 sizeof(eh_p->ether_dhost)); in ethernet_nd6_frame_populate()
1890 T_ASSERT_EQ(bcmp(eh_p->ether_dhost, ðer_external, in validate_not_present_dhost()
1891 sizeof(eh_p->ether_dhost)), 0, in validate_not_present_dhost()
1903 T_ASSERT_NE((eh_p->ether_dhost[0] & 0x01), 0, in validate_broadcast_dhost()
1915 T_ASSERT_EQ(eh_p->ether_dhost[EA_UNIT_INDEX], port->unit, in validate_port_dhost()
1917 eh_p->ether_dhost[EA_UNIT_INDEX], port->unit); in validate_port_dhost()
2161 T_ASSERT_EQ(eh_p->ether_dhost[EA_UNIT_INDEX], port->unit, in validate_mac_nat_in()
2163 eh_p->ether_dhost[EA_UNIT_INDEX], port->unit); in validate_mac_nat_in()
2246 T_ASSERT_EQ(eh_p->ether_dhost[EA_UNIT_INDEX], port->unit, in validate_mac_nat_arp_in()
2250 eh_p->ether_dhost[EA_UNIT_INDEX], port->unit); in validate_mac_nat_arp_in()