Searched refs:otNetifAddress_Size_c (Results 1 – 2 of 2) sorted by relevance
41 uint32_t otNetifAddress_Size_c();111 …VerifyOrQuit(sizeof(otNetifAddress) == otNetifAddress_Size_c(), "otNetifAddress should the same in… in test_addr_sizes()
39 uint32_t otNetifAddress_Size_c() { return sizeof(otNetifAddress); } in otNetifAddress_Size_c() function