Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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.
uint8_t len |
Definition at line 34 of file dns_test.h.
const char* val |
Definition at line 35 of file dns_test.h.
Referenced by AST_TEST_DEFINE().