RTEMS CPU Kit with SuperCore
Macros | Functions
ns_print.c File Reference
#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>
Include dependency graph for ns_print.c:

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)
 

Macro Definition Documentation

◆ T

#define T (   x)
Value:
do { \
if ((x) < 0) \
return (-1); \
} while (0)