Home | History | Annotate | Download | only in extensions

Lines Matching refs:helper

16 "helper match v%s options:\n"
17 "[!] --helper string Match helper identified by string\n"
23 { "helper", 1, 0, '1' },
41 "helper match: Only use --helper ONCE!");
56 /* Final check; must have specified --helper. */
62 "helper match: You must specify `--helper'");
73 printf("helper match %s\"%s\" ", info->invert ? "! " : "", info->name);
82 printf("%s--helper \"%s\" ",info->invert ? "! " : "", info->name);
85 static struct iptables_match helper = {
87 .name = "helper",
100 register_match(&helper);