Searched refs:aIp6AddrPtr (Results 1 – 1 of 1) sorted by relevance
245 otError ReadIp6Address(const spinel_ipv6addr_t *&aIp6AddrPtr) in ReadIp6Address() argument247 … return ReadItem(reinterpret_cast<const uint8_t **>(&aIp6AddrPtr), sizeof(spinel_ipv6addr_t)); in ReadIp6Address()261 otError ReadIp6Address(const otIp6Address *&aIp6AddrPtr) in ReadIp6Address() argument263 … return ReadItem(reinterpret_cast<const uint8_t **>(&aIp6AddrPtr), sizeof(spinel_ipv6addr_t)); in ReadIp6Address()