#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <xtables.h>
#include <linux/netfilter/xt_string.h>
Macros | |
#define | _GNU_SOURCE 1 /* strnlen for older glibcs */ |
#define | s struct xt_string_info |
Enumerations | |
enum | { O_FROM = 0, O_TO, O_ALGO, O_ICASE, O_STRING, O_HEX_STRING, F_STRING = 1 << O_STRING, F_HEX_STRING = 1 << O_HEX_STRING, F_OP_ANY = F_STRING | F_HEX_STRING } |
Functions | |
void | _init (void) |
#define _GNU_SOURCE 1 /* strnlen for older glibcs */ |
#define s struct xt_string_info |
anonymous enum |
void _init | ( | void | ) |