RTEMS CPU Kit with SuperCore
|
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <arpa/inet.h>
#include <assert.h>
#include <errno.h>
#include <resolv.h>
#include <string.h>
#include <ctype.h>
Macros | |
#define | SPRINTF(x) ((size_t)sprintf x) |
#define | T(x) |
Functions | |
int | ns_sprintrr (const ns_msg *handle, const ns_rr *rr, const char *name_ctx, const char *origin, char *buf, size_t buflen) |
int | ns_sprintrrf (const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) |
#define T | ( | x | ) |