Home
last modified time | relevance | path

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

/openthread-3.7.0/tests/unit/
Dtest_toolchain.cpp41 uint32_t otNetifAddress_Size_c();
111 …VerifyOrQuit(sizeof(otNetifAddress) == otNetifAddress_Size_c(), "otNetifAddress should the same in… in test_addr_sizes()
Dtest_toolchain_c.c39 uint32_t otNetifAddress_Size_c() { return sizeof(otNetifAddress); } in otNetifAddress_Size_c() function