Searched refs:ipv6AddrPtr (Results 1 – 1 of 1) sorted by relevance
235 const spinel_ipv6addr_t *ipv6AddrPtr = nullptr; in ReadIp6Address() local237 SuccessOrExit(error = ReadIp6Address(ipv6AddrPtr)); in ReadIp6Address()238 VerifyOrExit(ipv6AddrPtr != nullptr, error = OT_ERROR_PARSE); in ReadIp6Address()239 aIp6Addr = *ipv6AddrPtr; in ReadIp6Address()248 const otIp6Address *ipv6AddrPtr = nullptr; in ReadIp6Address() local250 SuccessOrExit(error = ReadIp6Address(ipv6AddrPtr)); in ReadIp6Address()251 VerifyOrExit(ipv6AddrPtr != nullptr, error = OT_ERROR_PARSE); in ReadIp6Address()252 aIp6Addr = *ipv6AddrPtr; in ReadIp6Address()