Searched refs:aIp6AddrPtr (Results 1 – 1 of 1) sorted by relevance
265 otError ReadIp6Address(const spinel_ipv6addr_t *&aIp6AddrPtr) in ReadIp6Address() argument267 … return ReadItem(reinterpret_cast<const uint8_t **>(&aIp6AddrPtr), sizeof(spinel_ipv6addr_t)); in ReadIp6Address()282 otError ReadIp6Address(const otIp6Address *&aIp6AddrPtr) in ReadIp6Address() argument284 … return ReadItem(reinterpret_cast<const uint8_t **>(&aIp6AddrPtr), sizeof(spinel_ipv6addr_t)); in ReadIp6Address()