Home
last modified time | relevance | path

Searched refs:ipv6AddrPtr (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_decoder.cpp235 const spinel_ipv6addr_t *ipv6AddrPtr = nullptr; in ReadIp6Address() local
237 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() local
250 SuccessOrExit(error = ReadIp6Address(ipv6AddrPtr)); in ReadIp6Address()
251 VerifyOrExit(ipv6AddrPtr != nullptr, error = OT_ERROR_PARSE); in ReadIp6Address()
252 aIp6Addr = *ipv6AddrPtr; in ReadIp6Address()