A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
183:ee809769bf89
Parent:
128:79052cb4a41c
--- a/udp/dns/dnslabel.h	Sun Jan 10 11:52:19 2021 +0000
+++ b/udp/dns/dnslabel.h	Tue Jan 12 19:10:22 2021 +0000
@@ -1,4 +1,5 @@
 extern void DnsLabelCopy(char* dst, char* src);
+extern bool DnsLabelIsExternal(char* p);
 extern bool DnsLabelIsSame(char* pA, char* pB);
 extern int  DnsLabelMakeFullNameFromName (int protocol, const char* name, int size, char* fqdn);
 extern int  DnsLabelStripNameFromFullName(int protocol, char* fqdn, int size, char* name);