#include "conntrack.h"#include <stdio.h>#include <getopt.h>#include <stdlib.h>#include <netinet/in.h>#include <netinet/icmp6.h>#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
Macros | |
| #define | ICMPV6_NUMBER_OF_OPT 4 |
Enumerations | |
| enum | { CT_ICMP_TYPE = (1 << 0), CT_ICMP_CODE = (1 << 1), CT_ICMP_ID = (1 << 2) } |
Functions | |
| void | register_icmpv6 (void) |
| #define ICMPV6_NUMBER_OF_OPT 4 |
| void register_icmpv6 | ( | void | ) |
References register_proto().
Referenced by main().

