RTEMS CPU Kit with SuperCore
|
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <ctype.h>
#include <resolv.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "res_config.h"
#include <rtems/rtems_bsdnet_internal.h>
#include <rtems/bsdnet/servers.h>
Macros | |
#define | ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL) |
#define | isascii(c) (!(c & 0200)) |
#define | MATCH(line, name) |
Functions | |
int | res_init (void) |
u_int | res_randomid (void) |
Variables | |
struct __res_state | _res |
#define MATCH | ( | line, | |
name | |||
) |