Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_nat64.cpp49 void DumpMessageInHex(const char *prefix, const uint8_t *aBuf, size_t aBufLen) in DumpMessageInHex() argument
53 for (size_t i = 0; i < aBufLen; i++) in DumpMessageInHex()