Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dmdns_socket.hpp124 otIp4Address mIp4Address; member
Dmdns_socket.cpp261 metadata.mIp4Address = mMulticastIp4Address; in SendMulticast()
298 if (otIp4FromIp4MappedIp6Address(&aAddress->mAddress, &metadata.mIp4Address) == OT_ERROR_NONE) in SendUnicast()
411 memcpy(&addr.sin_addr.s_addr, &metadata.mIp4Address, sizeof(otIp4Address)); in SendQueuedMessages()