|
RTEMS CPU Kit with SuperCore
4.11.2
|
#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) |
1.8.13