Go to the source code of this file.
Defines |
| #define | HAVE_ARPA_INET_H 1 |
| #define | HAVE_ATTR_FORMAT 1 |
| #define | HAVE_ATTR_UNUSED 1 |
| #define | HAVE_BZERO 1 |
| #define | HAVE_CALLOC 1 |
| #define | HAVE_CTIME_R 1 |
| #define | HAVE_DLFCN_H 1 |
| #define | HAVE_ENDPROTOENT 1 |
| #define | HAVE_ENDSERVENT 1 |
| #define | HAVE_EVP_SHA256 1 |
| #define | HAVE_FCNTL 1 |
| #define | HAVE_FORK 1 |
| #define | HAVE_GETADDRINFO 1 |
| #define | HAVE_GETOPT_H 1 |
| #define | HAVE_GMTIME_R 1 |
| #define | HAVE_HMAC_CTX_INIT 1 |
| #define | HAVE_INET_ATON 1 |
| #define | HAVE_INET_NTOP 1 |
| #define | HAVE_INET_PTON 1 |
| #define | HAVE_INTPTR_T 1 |
| #define | HAVE_INTTYPES_H 1 |
| #define | HAVE_ISASCII 1 |
| #define | HAVE_ISBLANK 1 |
| #define | HAVE_LOCALTIME_R 1 |
| #define | HAVE_MALLOC 1 |
| #define | HAVE_MEMMOVE 1 |
| #define | HAVE_MEMORY_H 1 |
| #define | HAVE_MEMSET 1 |
| #define | HAVE_NETDB_H 1 |
| #define | HAVE_NETINET_IN_H 1 |
| #define | HAVE_OPENSSL_ERR_H 1 |
| #define | HAVE_OPENSSL_RAND_H 1 |
| #define | HAVE_OPENSSL_SSL_H 1 |
| #define | HAVE_PYTHON "2.7" |
| #define | HAVE_RANDOM 1 |
| #define | HAVE_REALLOC 1 |
| #define | HAVE_SLEEP 1 |
| #define | HAVE_SNPRINTF 1 |
| #define | HAVE_SSL |
| #define | HAVE_STDARG_H 1 |
| #define | HAVE_STDBOOL_H 1 |
| #define | HAVE_STDINT_H 1 |
| #define | HAVE_STDLIB_H 1 |
| #define | HAVE_STRINGS_H 1 |
| #define | HAVE_STRING_H 1 |
| #define | HAVE_STRTOUL 1 |
| #define | HAVE_SWIG 1 |
| #define | HAVE_SYS_MOUNT_H 1 |
| #define | HAVE_SYS_PARAM_H 1 |
| #define | HAVE_SYS_SOCKET_H 1 |
| #define | HAVE_SYS_STAT_H 1 |
| #define | HAVE_SYS_TYPES_H 1 |
| #define | HAVE_TIMEGM 1 |
| #define | HAVE_TIME_H 1 |
| #define | HAVE_UNISTD_H 1 |
| #define | HAVE_VFORK 1 |
| #define | HAVE_WORKING_FORK 1 |
| #define | HAVE_WORKING_VFORK 1 |
| #define | HAVE__BOOL 1 |
| #define | LT_OBJDIR ".libs/" |
| #define | PACKAGE_BUGREPORT "libdns@nlnetlabs.nl" |
| #define | PACKAGE_NAME "ldns" |
| #define | PACKAGE_STRING "ldns 1.6.12" |
| #define | PACKAGE_TARNAME "libdns" |
| #define | PACKAGE_URL "" |
| #define | PACKAGE_VERSION "1.6.12" |
| #define | SIZEOF_TIME_T 4 |
| #define | STDC_HEADERS 1 |
| #define | SYSCONFDIR sysconfdir |
| #define | USE_SHA2 1 |
| #define | WINVER 0x0502 |
| #define | LITTLE_ENDIAN 1234 |
| #define | BIG_ENDIAN 4321 |
| #define | BYTE_ORDER LITTLE_ENDIAN |
| #define | FD_SET_T |
| #define | sleep(x) Sleep((x)*1000) |
| #define | srandom(x) srand(x) |
| #define | random(x) rand(x) |
| #define | strtoul (unsigned long)strtol |
Functions |
| int | ldns_b64_ntop (uint8_t const *src, size_t srclength, char *target, size_t targsize) |
| int | ldns_b64_pton (char const *src, uint8_t *target, size_t targsize) |
| time_t | timegm (struct tm *tm) |
| struct tm * | gmtime_r (const time_t *timep, struct tm *result) |
| struct tm * | localtime_r (const time_t *timep, struct tm *result) |
| int | isblank (int c) |
| int | isascii (int c) |
| int | snprintf (char *str, size_t count, const char *fmt,...) |
| int | vsnprintf (char *str, size_t count, const char *fmt, va_list arg) |
| int | inet_pton (int af, const char *src, void *dst) |
| const char * | inet_ntop (int af, const void *src, char *dst, size_t size) |
| int | inet_aton (const char *cp, struct in_addr *addr) |
| void * | memmove (void *dest, const void *src, size_t n) |
| size_t | strlcpy (char *dst, const char *src, size_t siz) |
Define Documentation
| #define HAVE_ARPA_INET_H 1 |
| #define HAVE_ATTR_FORMAT 1 |
| #define HAVE_ATTR_UNUSED 1 |
| #define HAVE_ENDPROTOENT 1 |
| #define HAVE_ENDSERVENT 1 |
| #define HAVE_EVP_SHA256 1 |
| #define HAVE_GETADDRINFO 1 |
| #define HAVE_HMAC_CTX_INIT 1 |
| #define HAVE_INTTYPES_H 1 |
| #define HAVE_LOCALTIME_R 1 |
| #define HAVE_NETINET_IN_H 1 |
| #define HAVE_OPENSSL_ERR_H 1 |
| #define HAVE_OPENSSL_RAND_H 1 |
| #define HAVE_OPENSSL_SSL_H 1 |
| #define HAVE_PYTHON "2.7" |
| #define HAVE_SYS_MOUNT_H 1 |
| #define HAVE_SYS_PARAM_H 1 |
| #define HAVE_SYS_SOCKET_H 1 |
| #define HAVE_SYS_STAT_H 1 |
| #define HAVE_SYS_TYPES_H 1 |
| #define HAVE_WORKING_FORK 1 |
| #define HAVE_WORKING_VFORK 1 |
| #define LT_OBJDIR ".libs/" |
| #define PACKAGE_BUGREPORT "libdns@nlnetlabs.nl" |
| #define PACKAGE_NAME "ldns" |
| #define PACKAGE_STRING "ldns 1.6.12" |
| #define PACKAGE_TARNAME "libdns" |
| #define PACKAGE_VERSION "1.6.12" |
| #define SYSCONFDIR sysconfdir |
| #define LITTLE_ENDIAN 1234 |
| #define BYTE_ORDER LITTLE_ENDIAN |
| #define sleep |
( |
|
x | ) |
Sleep((x)*1000) |
| #define srandom |
( |
|
x | ) |
srand(x) |
| #define random |
( |
|
x | ) |
rand(x) |
| #define strtoul (unsigned long)strtol |
Function Documentation
| int ldns_b64_ntop |
( |
uint8_t const * |
src, |
|
|
size_t |
srclength, |
|
|
char * |
target, |
|
|
size_t |
targsize |
|
) |
| |
| int ldns_b64_pton |
( |
char const * |
src, |
|
|
uint8_t * |
target, |
|
|
size_t |
targsize |
|
) |
| |
| time_t timegm |
( |
struct tm * |
tm | ) |
|
| struct tm* gmtime_r |
( |
const time_t * |
timep, |
|
|
struct tm * |
result |
|
) |
| [read] |
| struct tm* localtime_r |
( |
const time_t * |
timep, |
|
|
struct tm * |
result |
|
) |
| [read] |
| int snprintf |
( |
char * |
str, |
|
|
size_t |
count, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
| int vsnprintf |
( |
char * |
str, |
|
|
size_t |
count, |
|
|
const char * |
fmt, |
|
|
va_list |
arg |
|
) |
| |
| int inet_pton |
( |
int |
af, |
|
|
const char * |
src, |
|
|
void * |
dst |
|
) |
| |
| const char* inet_ntop |
( |
int |
af, |
|
|
const void * |
src, |
|
|
char * |
dst, |
|
|
size_t |
size |
|
) |
| |
| int inet_aton |
( |
const char * |
cp, |
|
|
struct in_addr * |
addr |
|
) |
| |
| void* memmove |
( |
void * |
dest, |
|
|
const void * |
src, |
|
|
size_t |
n |
|
) |
| |
| size_t strlcpy |
( |
char * |
dst, |
|
|
const char * |
src, |
|
|
size_t |
siz |
|
) |
| |