![]() |
Icinga-core 1.4.0
next gen monitoring
|
00001 00002 #ifndef _NETUTILS_H 00003 #define _NETUTILS_H 00004 00005 int my_tcp_connect(char *host_name, int port, int *sd, int timeout); 00006 int my_sendall(int s, char *buf, int *len, int timeout); 00007 int my_recvall(int s, char *buf, int *len, int timeout); 00008 00009 #endif 00010