#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <inttypes.h>
#include <ulogd/ulogd.h>
#include <ulogd/conffile.h>
Data Structures | |
struct | gprint_priv |
Macros | |
#define | ULOGD_GPRINT_DEFAULT "/var/log/ulogd.gprint" |
#define | NIPQUAD(addr) |
Enumerations | |
enum | gprint_conf { GPRINT_CONF_FILENAME = 0, GPRINT_CONF_SYNC, GPRINT_CONF_TIMESTAMP, GPRINT_CONF_MAX } |
Functions | |
void | __attribute__ ((constructor)) |
#define NIPQUAD | ( | addr | ) |
#define ULOGD_GPRINT_DEFAULT "/var/log/ulogd.gprint" |
enum gprint_conf |
void __attribute__ | ( | (constructor) | ) |