Searched defs:aMaxSize (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/examples/platforms/utils/ |
D | logging_rtt.c | 100 static inline int logTimestamp(char *aLogString, uint16_t aMaxSize) in logTimestamp() 116 static inline int logLevel(char *aLogString, uint16_t aMaxSize, otLogLevel aLogLevel) in logLevel()
|
/openthread-latest/src/core/utils/ |
D | history_tracker.cpp | 519 uint16_t HistoryTracker::List::Add(uint16_t aMaxSize, Timestamp aTimestamps[]) in Add() 536 Error HistoryTracker::List::Iterate(uint16_t aMaxSize, in Iterate() 573 void HistoryTracker::List::UpdateAgedEntries(uint16_t aMaxSize, Timestamp aTimestamps[]) in UpdateAgedEntries()
|
/openthread-latest/src/core/common/ |
D | tlvs.cpp | 59 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv) in FindTlv() 66 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv, uint16_t &… in FindTlv()
|
/openthread-latest/src/core/net/ |
D | ip6_address.cpp | 129 uint8_t Prefix::MatchLength(const uint8_t *aPrefixA, const uint8_t *aPrefixB, uint8_t aMaxSize) in MatchLength()
|
D | mdns.hpp | 549 void SetMaxMessageSize(uint16_t aMaxSize) { mMaxMessageSize = aMaxSize; } in SetMaxMessageSize()
|