Icinga-core 1.4.0
next gen monitoring
base/netutils.c File Reference
#include "../include/config.h"
#include "../include/common.h"
#include "../include/netutils.h"

Go to the source code of this file.

Functions

int my_tcp_connect (char *host_name, int port, int *sd, int timeout)
int my_sendall (int s, char *buf, int *len, int timeout)
int my_recvall (int s, char *buf, int *len, int timeout)

Variables

int dummy

Function Documentation

int my_recvall ( int  s,
char *  buf,
int *  len,
int  timeout 
)

Definition at line 221 of file netutils.c.

int my_sendall ( int  s,
char *  buf,
int *  len,
int  timeout 
)

Definition at line 155 of file netutils.c.

int my_tcp_connect ( char *  host_name,
int  port,
int *  sd,
int  timeout 
)

Definition at line 33 of file netutils.c.


Variable Documentation

int dummy

Definition at line 30 of file netutils.c.

 All Data Structures Files Functions Variables Typedefs Defines