|
plptools
|
#include "config.h"#include <string>#include <cstring>#include <iostream>#include <cli_utils.h>#include <bufferstore.h>#include <tcpsocket.h>#include <iowatch.h>#include <log.h>#include <stdio.h>#include <stdlib.h>#include <signal.h>#include <errno.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <pthread.h>#include <plpintl.h>#include <unistd.h>#include "ignore-value.h"#include "ncp_log.h"#include "ncp_session.h"#include "packet.h"#include <getopt.h>
Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
Functions | |
| static void | term_handler (int) |
| static void | int_handler (int) |
| static void | help () |
| static void | usage () |
| int | main (int argc, char **argv) |
Variables | |
| static NCPSession * | sharedSession |
| static struct option | opts [] |
|
static |
|
static |