#include <stdio.h>#include <sys/socket.h>#include <arpa/inet.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <errno.h>#include <syslog.h>#include "../include/monitor.h"Go to the source code of this file.
Functions | |
| int | initServerSocket (in_port_t port, int backlog) |
| int | acceptConnection (int servSock, char remoteAddr[16]) |
Variables | |
| int | verbose |
| int verbose |
1.5.8