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

Macros

#define ShrinkBuffer(x)   if ((buflen -= x) < 0) return (-2);
 

Functions

int res_mkupdate (ns_updrec *rrecp_in, u_char *buf, int buflen)
 
ns_updrecres_mkupdrec (int section, const char *dname, u_int class, u_int type, u_long ttl)
 
void res_freeupdrec (ns_updrec *rrecp)