netdb.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct hostent * xgethostbyname (const char *name)
 POSIX gethostbyname(3) equivalent. More...
 
struct servent * xgetservbyname (const char *name, const char *proto)
 POSIX getservbyname(3) equivalent. More...
 

Function Documentation

◆ xgethostbyname()

struct hostent * xgethostbyname ( const char *  name)
inline

Definition at line 25 of file netdb.h.

Referenced by get_ipaddr(), and TestIpAddress::testHostentConstructor().

◆ xgetservbyname()

struct servent * xgetservbyname ( const char *  name,
const char *  proto 
)
inline

Definition at line 31 of file netdb.h.

Referenced by Adaptation::Icap::ServiceRep::finalize(), GetService(), main(), and neighbors_init().

 

Introduction

Documentation

Support

Miscellaneous