Home
last modified time | relevance | path

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

/dports/dns/dnsforwarder/dnsforwarder-6.1.15/
H A Ddnsparser.c11 int DNSGetHostName(const char *DNSBody, int DNSBodyLength, const char *NameStart, char *buffer, int… in DNSGetHostName()
105 int DNSGetHostNameLength(const char *DNSBody, int DNSBodyLength, const char *NameStart) in DNSGetHostNameLength()
144 char *GetAllAnswers(char *DNSBody, int DNSBodyLength, char *Buffer, int BufferLength) in GetAllAnswers()
H A Ddnsgenerator.c34 int DNSCompress(__inout char *DNSBody, __in int DNSBodyLength) in DNSCompress()