Lines Matching refs:ether_dhost
531 ether_ntoa_buf((const ether_addr_t *)&eh_p->ether_dhost, in ethernet_frame_validate()
624 bcopy(target_hw, eh_p->ether_dhost, in ethernet_arp_frame_populate()
625 sizeof(eh_p->ether_dhost)); in ethernet_arp_frame_populate()
627 bcopy(ðer_broadcast, eh_p->ether_dhost, in ethernet_arp_frame_populate()
628 sizeof(eh_p->ether_dhost)); in ethernet_arp_frame_populate()
895 bcopy(dest_ether, eh_p->ether_dhost, in ethernet_nd6_frame_populate()
896 sizeof(eh_p->ether_dhost)); in ethernet_nd6_frame_populate()
899 bcopy(ðer_broadcast, eh_p->ether_dhost, in ethernet_nd6_frame_populate()
900 sizeof(eh_p->ether_dhost)); in ethernet_nd6_frame_populate()
1567 T_ASSERT_EQ(bcmp(eh_p->ether_dhost, ðer_external, in validate_not_present_dhost()
1568 sizeof(eh_p->ether_dhost)), 0, in validate_not_present_dhost()
1580 T_ASSERT_NE((eh_p->ether_dhost[0] & 0x01), 0, in validate_broadcast_dhost()
1592 T_ASSERT_EQ(eh_p->ether_dhost[EA_UNIT_INDEX], port->unit, in validate_port_dhost()
1594 eh_p->ether_dhost[EA_UNIT_INDEX], port->unit); in validate_port_dhost()
1832 T_ASSERT_EQ(eh_p->ether_dhost[EA_UNIT_INDEX], port->unit, in validate_mac_nat_in()
1834 eh_p->ether_dhost[EA_UNIT_INDEX], port->unit); in validate_mac_nat_in()
1917 T_ASSERT_EQ(eh_p->ether_dhost[EA_UNIT_INDEX], port->unit, in validate_mac_nat_arp_in()
1921 eh_p->ether_dhost[EA_UNIT_INDEX], port->unit); in validate_mac_nat_arp_in()