Home | History | Annotate | Download | only in extensions

Lines Matching refs:info

31 	struct ipt_ttl_info *info = (struct ipt_ttl_info *) (*match)->data;
43 info->mode = IPT_TTL_NE;
45 info->mode = IPT_TTL_EQ;
48 info->ttl = value;
59 info->mode = IPT_TTL_LT;
60 info->ttl = value;
71 info->mode = IPT_TTL_GT;
72 info->ttl = value;
99 const struct ipt_ttl_info *info =
103 switch (info->mode) {
117 printf("%u ", info->ttl);
123 const struct ipt_ttl_info *info =
126 switch (info->mode) {
143 printf("%u ", info->ttl);