Home
last modified time | relevance | path

Searched defs:OT_DNS_MAX_NAME_SIZE (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/include/openthread/
Ddns.h56 #define OT_DNS_MAX_NAME_SIZE 255 ///< Maximum name string size (includes null char at the end of st… macro
/openthread-latest/src/core/api/
Ddns_server_api.cpp74 …e otDnssdGetQueryTypeAndName(const otDnssdQuery *aQuery, char (*aNameOutput)[OT_DNS_MAX_NAME_SIZE]) in otDnssdGetQueryTypeAndName()