Searched refs:m_physaddr (Results 1 – 1 of 1) sorted by relevance
17426 ip_ether_v6_mapping(ill_t *ill, uchar_t *m_ip6addr, uchar_t *m_physaddr) in ip_ether_v6_mapping() argument17437 ip_mbcast_mapping(ill, m_ip6addr, m_physaddr); in ip_ether_v6_mapping()17440 m_physaddr[0] = 0x33; in ip_ether_v6_mapping()17441 m_physaddr[1] = 0x33; in ip_ether_v6_mapping()17442 m_physaddr[2] = m_ip6addr[12]; in ip_ether_v6_mapping()17443 m_physaddr[3] = m_ip6addr[13]; in ip_ether_v6_mapping()17444 m_physaddr[4] = m_ip6addr[14]; in ip_ether_v6_mapping()17445 m_physaddr[5] = m_ip6addr[15]; in ip_ether_v6_mapping()17452 ip_ether_v4_mapping(ill_t *ill, uchar_t *m_ipaddr, uchar_t *m_physaddr) in ip_ether_v4_mapping() argument17463 ip_mbcast_mapping(ill, m_ipaddr, m_physaddr); in ip_ether_v4_mapping()[all …]