Lines Matching refs:info
37 struct ipt_TTL_info *info = (struct ipt_TTL_info *) (*target)->data;
60 info->mode = IPT_TTL_SET;
69 info->mode = IPT_TTL_DEC;
78 info->mode = IPT_TTL_INC;
86 info->ttl = value;
102 const struct ipt_TTL_info *info =
105 switch (info->mode) {
117 printf("%u ", info->ttl);
123 const struct ipt_TTL_info *info =
127 switch (info->mode) {
138 printf("%u ", info->ttl);