Searched refs:sIp6Address (Results 1 – 1 of 1) sorted by relevance
68 static otIp6Address sIp6Address; variable108 message->mSrc = sIp6Address; in sendNeighborAdvert()136 …memcpy(&message->mData[index], &sIp6Address, sizeof(sIp6Address)); // Set the target address field. in sendNeighborAdvert()137 index += sizeof(sIp6Address); in sendNeighborAdvert()153 …otEXPECT(addressesMatch(&aMessage->mDst, &sIp6Address) || addressesMatch(&aMessage->mDst, &sLinkLo… in processMessage()179 return addressesMatch(aAddress, &sIp6Address); in otPlatInfraIfHasAddress()196 message->mSrc = sIp6Address; in otPlatInfraIfSendIcmp6Nd()228 memset(&sIp6Address, 0, sizeof(sIp6Address)); in platformInfraIfInit()229 sIp6Address.mFields.m8[0] = 0xfe; in platformInfraIfInit()230 sIp6Address.mFields.m8[1] = 0x80; in platformInfraIfInit()[all …]