My Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
soc_gethostbyname.c File Reference
#include "soc_common.h"
#include <netdb.h>

Go to the source code of this file.

Macros

#define MAX_HOSTENT_RESULTS   16
 

Functions

struct hostentgethostbyname (const char *name)
 

Variables

int h_errno = 0
 

Macro Definition Documentation

#define MAX_HOSTENT_RESULTS   16

Definition at line 4 of file soc_gethostbyname.c.

Function Documentation

struct hostent* gethostbyname ( const char *  name)

Definition at line 11 of file soc_gethostbyname.c.

Variable Documentation

int h_errno = 0

Definition at line 9 of file soc_gethostbyname.c.