RTEMS CPU Kit with SuperCore
Macros | Functions
gethostbyht.c File Reference
#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>
Include dependency graph for gethostbyht.c:

Macros

#define MAXALIASES   35
 

Functions

void _sethosthtent (int f)
 
void _endhosthtent (void)
 
struct hostentgethostent (void)
 
struct hostent_gethostbyhtname (const char *name, int af)
 
struct hostent_gethostbyhtaddr (const char *addr, int len, int af)