netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ulogd_output_GRAPHITE.c File Reference
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <inttypes.h>
#include <time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <ulogd/ulogd.h>
#include <ulogd/conffile.h>
Include dependency graph for ulogd_output_GRAPHITE.c:

Data Structures

struct  graphite_instance
 

Macros

#define host_ce(x)   (x->ces[0])
 
#define port_ce(x)   (x->ces[1])
 
#define prefix_ce(x)   (x->ces[2])
 

Enumerations

enum  {
  KEY_SUM_NAME,
  KEY_SUM_PKTS,
  KEY_SUM_BYTES,
  KEY_OOB_TIME_SEC
}
 

Functions

void __attribute__ ((constructor))
 

Macro Definition Documentation

#define host_ce (   x)    (x->ces[0])
#define port_ce (   x)    (x->ces[1])
#define prefix_ce (   x)    (x->ces[2])

Enumeration Type Documentation

anonymous enum
Enumerator
KEY_SUM_NAME 
KEY_SUM_PKTS 
KEY_SUM_BYTES 
KEY_OOB_TIME_SEC 

Function Documentation

void __attribute__ ( (constructor)  )

References ulogd_register_plugin().

Here is the call graph for this function: