Home
last modified time | relevance | path

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

/external/ot-br-posix/src/host/
Dncp_spinel.hpp354 …otError ParseIp6AddressTable(const uint8_t *aBuf, uint16_t aLength, std::vector<Ip6AddressInfo> &a…
Dncp_spinel.cpp443 VerifyOrExit(ParseIp6AddressTable(aBuffer, aLength, addressInfoTable) == OT_ERROR_NONE, in HandleValueIs()
939 otError NcpSpinel::ParseIp6AddressTable(const uint8_t *aBuf, in ParseIp6AddressTable() function in otbr::Host::NcpSpinel