RTEMS CPU Kit with SuperCore
|
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <stdio.h>
#include <string.h>
#include <netdb.h>
#include <resolv.h>
#include <ctype.h>
#include <errno.h>
#include <syslog.h>
Data Structures | |
union | align |
Functions | |
void | _map_v4v6_address (const char *src, char *dst) |
void | _map_v4v6_hostent (struct hostent *hp, char **bpp, int *lenp) |