#include <fstream>
#include <signal.h>
#include <unistd.h>
#include <fcntl.h>
#include <linux/ioctl.h>
#include <sys/stat.h>
#include "DHCPServer.h"
#include "Portable.h"
#include "Logger.h"
Functions | |
void | daemon_init () |
void | daemon_die () |
void | init () |
void | die () |
void | signal_handler (int n) |
int | getClientPID () |
int | getServerPID () |
int | status () |
int | run () |
int | start () |
int | stop () |
int | install () |
int | uninstall () |
void | help () |
int | main (int argc, char *argv[]) |
Variables | |
TDHCPServer * | ptr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|