Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
dnshdr.h
00001 #include <stdint.h> 00002 #include <stdbool.h> 00003 00004 extern uint16_t DnsHdrId; 00005 00006 extern bool DnsHdrIsReply; 00007 extern bool DnsHdrIsAuthoritative; 00008 extern bool DnsHdrIsRecursiveQuery; 00009 00010 extern uint16_t DnsHdrQdcount; 00011 extern uint16_t DnsHdrAncount; 00012 extern uint16_t DnsHdrNscount; 00013 extern uint16_t DnsHdrArcount; 00014 00015 extern char* DnsHdrPacket; 00016 extern char* DnsHdrData; 00017 extern int DnsHdrDataLength; 00018 00019 extern void DnsHdrSetup(void* pPacket, int lenPacket); 00020 extern void DnsHdrRead (void); 00021 extern void DnsHdrWrite(void); 00022 extern void DnsHdrLog (int ipProtocol);
Generated on Tue Jul 12 2022 18:53:40 by
1.7.2