Searched refs:m_physaddr (Results 1 – 1 of 1) sorted by relevance
17439 ip_ether_v6_mapping(ill_t *ill, uchar_t *m_ip6addr, uchar_t *m_physaddr) in ip_ether_v6_mapping() argument17450 ip_mbcast_mapping(ill, m_ip6addr, m_physaddr); in ip_ether_v6_mapping()17453 m_physaddr[0] = 0x33; in ip_ether_v6_mapping()17454 m_physaddr[1] = 0x33; in ip_ether_v6_mapping()17455 m_physaddr[2] = m_ip6addr[12]; in ip_ether_v6_mapping()17456 m_physaddr[3] = m_ip6addr[13]; in ip_ether_v6_mapping()17457 m_physaddr[4] = m_ip6addr[14]; in ip_ether_v6_mapping()17458 m_physaddr[5] = m_ip6addr[15]; in ip_ether_v6_mapping()17465 ip_ether_v4_mapping(ill_t *ill, uchar_t *m_ipaddr, uchar_t *m_physaddr) in ip_ether_v4_mapping() argument17476 ip_mbcast_mapping(ill, m_ipaddr, m_physaddr); in ip_ether_v4_mapping()[all …]