RTEMS CPU Kit with SuperCore
|
#include <sys/types.h>
#include <sys/param.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <arpa/inet.h>
#include <errno.h>
#include <limits.h>
#include <netdb.h>
#include <resolv.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <ctype.h>
#include "res_config.h"
Macros | |
#define | ShrinkBuffer(x) if ((buflen -= x) < 0) return (-2); |
Functions | |
int | res_mkupdate (ns_updrec *rrecp_in, u_char *buf, int buflen) |
ns_updrec * | res_mkupdrec (int section, const char *dname, u_int class, u_int type, u_long ttl) |
void | res_freeupdrec (ns_updrec *rrecp) |