Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_toolchain.cpp42 uint32_t otNetifAddress_offset_mNext_c();
109 VerifyOrQuit(offsetof(otNetifAddress, mNext) == otNetifAddress_offset_mNext_c(), in test_addr_sizes()
H A Dtest_toolchain_c.c41 uint32_t otNetifAddress_offset_mNext_c() { return offsetof(otNetifAddress, mNext); } in otNetifAddress_offset_mNext_c() function