Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.cpp1320 bool TxtRecord::VerifyTxtData(const uint8_t *aTxtData, uint16_t aTxtLength, bool aAllowEmpty) in VerifyTxtData() argument
1326 VerifyOrExit(aAllowEmpty || aTxtLength > 0); in VerifyTxtData()
Ddns_types.hpp1768 static bool VerifyTxtData(const uint8_t *aTxtData, uint16_t aTxtLength, bool aAllowEmpty);