Home
last modified time | relevance | path

Searched refs:mMulticastIp6Address (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/posix/platform/
Dmdns_socket.cpp89 memset(&mMulticastIp6Address, 0, sizeof(otIp6Address)); in Init()
90 mMulticastIp6Address.mFields.m8[0] = 0xff; in Init()
91 mMulticastIp6Address.mFields.m8[1] = 0x02; in Init()
92 mMulticastIp6Address.mFields.m8[15] = 0xfb; in Init()
259 metadata.mIp6Address = mMulticastIp6Address; in SendMulticast()
654 Ip6Utils::CopyIp6AddressTo(mMulticastIp6Address, &mreq6.ipv6mr_multiaddr); in JoinOrLeaveIp6MulticastGroup()
Dmdns_socket.hpp135 otIp6Address mMulticastIp6Address; member in ot::Posix::MdnsSocket