Searched refs:mMulticastIp4Address (Results 1 – 2 of 2) sorted by relevance
95 memset(&mMulticastIp4Address, 0, sizeof(otIp4Address)); in Init()96 mMulticastIp4Address.mFields.m8[0] = 224; in Init()97 mMulticastIp4Address.mFields.m8[3] = 251; in Init()261 metadata.mIp4Address = mMulticastIp4Address; in SendMulticast()561 memcpy(&mreqn.imr_multiaddr.s_addr, &mMulticastIp4Address, sizeof(otIp4Address)); in JoinOrLeaveIp4MulticastGroup()
144 otIp4Address mMulticastIp4Address; member in ot::Posix::MdnsSocket