#include <stdbool.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <getopt.h>#include <stddef.h>#include <linux/if_ether.h>#include <xtables.h>#include <linux/netfilter_ipv4/ipt_CLUSTERIP.h>
Macros | |
| #define | s struct ipt_clusterip_tgt_info |
Enumerations | |
| enum | { O_NEW = 0, O_HASHMODE, O_CLUSTERMAC, O_TOTAL_NODES, O_LOCAL_NODE, O_HASH_INIT, F_NEW = 1 << O_NEW, F_HASHMODE = 1 << O_HASHMODE, F_CLUSTERMAC = 1 << O_CLUSTERMAC, F_TOTAL_NODES = 1 << O_TOTAL_NODES, F_LOCAL_NODE = 1 << O_LOCAL_NODE, F_FULL } |
Functions | |
| void | _init (void) |
| #define s struct ipt_clusterip_tgt_info |
| anonymous enum |
| void _init | ( | void | ) |