Searched defs:m_ip6addr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c17430 * Map the multicast in6_addr_t in m_ip6addr to the physaddr for ethernet.
17433 ip_ether_v6_mapping(ill_t *ill, uchar_t *m_ip6addr, uchar_t *m_physaddr) argument
17444 ip_mbcast_mapping(ill, m_ip6addr, m_physaddr);
17449 m_physaddr[2] = m_ip6addr[12];
17450 m_physaddr[3] = m_ip6addr[13];
17451 m_physaddr[4] = m_ip6addr[14];
17452 m_physaddr[5] = m_ip6addr[15];

Completed in 172 milliseconds