#include <stdio.h>
#include <getopt.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
#include "conntrack.h"
Macros | |
#define | IPPROTO_UDPLITE 136 |
#define | UDP_OPT_MAX 11 |
#define | UDPLITE_VALID_FLAGS_MAX 2 |
Enumerations | |
enum | { CT_UDPLITE_ORIG_SPORT = (1 << 0), CT_UDPLITE_ORIG_DPORT = (1 << 1), CT_UDPLITE_REPL_SPORT = (1 << 2), CT_UDPLITE_REPL_DPORT = (1 << 3), CT_UDPLITE_MASK_SPORT = (1 << 4), CT_UDPLITE_MASK_DPORT = (1 << 5), CT_UDPLITE_EXPTUPLE_SPORT = (1 << 6), CT_UDPLITE_EXPTUPLE_DPORT = (1 << 7) } |
Functions | |
void | register_udplite (void) |
#define IPPROTO_UDPLITE 136 |
#define UDP_OPT_MAX 11 |
#define UDPLITE_VALID_FLAGS_MAX 2 |
anonymous enum |
void register_udplite | ( | void | ) |
References register_proto().
Referenced by main().