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>
Macros | |
#define | MAXALIASES 35 |
#define | MAXADDRS 35 |
Functions | |
struct netent * | _getnetbynisname (const char *name) |
struct netent * | _getnetbynisaddr (unsigned long addr, int af) |