Searched refs:otIp6GetUnicastAddresses (Results 1 – 5 of 5) sorted by relevance
321 const otNetifAddress *otIp6GetUnicastAddresses(otInstance *aInstance);
73 const otNetifAddress *otIp6GetUnicastAddresses(otInstance *aInstance) in otIp6GetUnicastAddresses() function
297 const otNetifAddress *address = otIp6GetUnicastAddresses(aInstance); in UnicastAddressIsSubscribed()
3124 const otNetifAddress *unicastAddrs = otIp6GetUnicastAddresses(GetInstancePtr()); in Process()5964 const otNetifAddress *unicastAddrs = otIp6GetUnicastAddresses(GetInstancePtr()); in Process()
1919 …for (const otNetifAddress *address = otIp6GetUnicastAddresses(mInstance); address; address = addre… in HandlePropertyGet()