netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ebtablesd.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <fcntl.h>
#include <errno.h>
#include "include/ebtables_u.h"
Include dependency graph for ebtablesd.c:

Macros

#define OPT_KERNELDATA   0x800 /* Also defined in ebtables.c */
 
#define OPEN_METHOD_FILE   1
 
#define OPEN_METHOD_KERNEL   2
 

Functions

void ebt_early_init_once ()
 
int main (int argc_, char *argv_[])
 

Macro Definition Documentation

#define OPEN_METHOD_FILE   1

Referenced by main().

#define OPEN_METHOD_KERNEL   2

Referenced by main().

#define OPT_KERNELDATA   0x800 /* Also defined in ebtables.c */

Referenced by main().

Function Documentation

void ebt_early_init_once ( )

References ebt_iterate_matches(), ebt_iterate_targets(), and ebt_iterate_watchers().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: