#include <stdio.h>#include <getopt.h>#include <stdlib.h>#include <string.h>#include <netinet/in.h>#include <libnetfilter_conntrack/libnetfilter_conntrack.h>#include <libnetfilter_conntrack/libnetfilter_conntrack_dccp.h>#include "conntrack.h"
Macros | |
| #define | IPPROTO_DCCP 33 |
| #define | DCCP_OPT_MAX 13 |
| #define | DCCP_VALID_FLAGS_MAX 2 |
Enumerations | |
| enum | { CT_DCCP_ORIG_SPORT = (1 << 0), CT_DCCP_ORIG_DPORT = (1 << 1), CT_DCCP_REPL_SPORT = (1 << 2), CT_DCCP_REPL_DPORT = (1 << 3), CT_DCCP_MASK_SPORT = (1 << 4), CT_DCCP_MASK_DPORT = (1 << 5), CT_DCCP_STATE = (1 << 6), CT_DCCP_EXPTUPLE_SPORT = (1 << 7), CT_DCCP_EXPTUPLE_DPORT = (1 << 8), CT_DCCP_ROLE = (1 << 9) } |
Functions | |
| void | register_dccp (void) |
| #define DCCP_OPT_MAX 13 |
| #define DCCP_VALID_FLAGS_MAX 2 |
| #define IPPROTO_DCCP 33 |
Referenced by __snprintf_proto(), and __snprintf_proto_xml().
| anonymous enum |
| void register_dccp | ( | void | ) |
References register_proto().
Referenced by main().

