RTEMS CPU Kit with SuperCore
|
#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <arpa/nameser.h>
#include <resolv.h>
#include <sys/fcntl.h>
Macros | |
#define | MAXALIASES 35 |
Functions | |
void | _sethosthtent (int f) |
void | _endhosthtent (void) |
struct hostent * | gethostent (void) |
struct hostent * | _gethostbyhtname (const char *name, int af) |
struct hostent * | _gethostbyhtaddr (const char *addr, int len, int af) |