CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
netdb.c File Reference
#include <netdb.h>
+ Include dependency graph for netdb.c:

Go to the source code of this file.

Functions

__CPROVER_bool __VERIFIER_nondet___CPROVER_bool (void)
 
struct hostentgethostbyname (const char *name)
 
struct hostentgethostbyaddr (const void *addr, socklen_t len, int type)
 
struct hostentgethostent (void)
 

Function Documentation

◆ __VERIFIER_nondet___CPROVER_bool()

__CPROVER_bool __VERIFIER_nondet___CPROVER_bool ( void  )

◆ gethostbyaddr()

struct hostent * gethostbyaddr ( const void addr,
socklen_t  len,
int  type 
)

Definition at line 40 of file netdb.c.

◆ gethostbyname()

struct hostent * gethostbyname ( const char name)

Definition at line 11 of file netdb.c.

◆ gethostent()

struct hostent * gethostent ( void  )

Definition at line 64 of file netdb.c.