Asterisk - The Open Source Telephony Project
21.4.1
|
Representation of a string in DNS. More...
#include <dns_test.h>
Data Fields | |
uint8_t | len |
const char * | val |
Representation of a string in DNS.
In DNS, a string has a byte to indicate the length, followed by a series of bytes representing the string. DNS does not NULL-terminate its strings. However, the string stored in this structure is expected to be NULL- terminated.
Definition at line 33 of file dns_test.h.