Lines Matching full:info
35 struct ipt_helper_info *info = (struct ipt_helper_info *)(*match)->data;
43 strncpy(info->name, optarg, 29);
44 info->name[29] = '\0';
46 info->invert = 1;
65 /* Prints out the info. */
71 struct ipt_helper_info *info = (struct ipt_helper_info *)match->data;
73 printf("helper match %s\"%s\" ", info->invert ? "! " : "", info->name);
80 struct ipt_helper_info *info = (struct ipt_helper_info *)match->data;
82 printf("%s--helper \"%s\" ",info->invert ? "! " : "", info->name);