Lines Matching full:trel
31 * This file implements platform for TREL using IPv6/UDP socket under POSIX.
47 #include <openthread/platform/trel.h>
56 static constexpr uint16_t kMaxPacketSize = 1400; // The max size of a TREL packet.
78 static const char kLogModuleName[] = "Trel";
198 // Bind to the TREL interface in PrepareSocket()
396 // This function initialize the TREL DNS-SD module on the given in trelDnssdInitialize()
397 // TREL Network Interface. in trelDnssdInitialize()
406 // other devices supporting TREL. The ongoing browse will produce in trelDnssdStartBrowse()
409 // every TREL peer currently present on the network. Whenever a in trelDnssdStartBrowse()
410 // TREL peer goes offline, a "remove" event should be produced. in trelDnssdStartBrowse()
411 // `Remove` events are not guaranteed, however. When a TREL service in trelDnssdStartBrowse()
435 // Notifies platform that a TREL packet was received from a previously in trelDnssdNotifyPeerSocketAddressDifference()
483 // advertising TREL service after this call. in trelDnssdRemoveService()
592 // We keep counters at the platform layer because TREL failures can only be captured accurately wit…