#include <limits.h>
#include <stdbool.h>
#include "tcp.h"
#include "fd.h"
#include "proto.h"
#include <libmnl/libmnl.h>
Data Structures | |
struct | nft_sync_inst |
Enumerations | |
enum | nft_sync_mode { NFTS_MODE_SERVER = (1 << 0), NFTS_MODE_CLIENT = (1 << 1) } |
enum | nft_sync_cmd { NFTS_CMD_NONE = 0, NFTS_CMD_FETCH, NFTS_CMD_MAX } |
Functions | |
int | nft_sync_config_parse (const char *filename) |
Variables | |
struct nft_sync_inst | nfts_inst |
enum nft_sync_cmd |
enum nft_sync_mode |
int nft_sync_config_parse | ( | const char * | filename | ) |
struct nft_sync_inst nfts_inst |
Referenced by main(), nft_sync_event_loop(), and tcp_server_start().