Home | History | Annotate | Download | only in extensions

Lines Matching refs:info

45 	struct ipt_TTL_info *info = cb->data;
50 info->mode = IPT_TTL_SET;
53 info->mode = IPT_TTL_DEC;
56 info->mode = IPT_TTL_INC;
70 const struct ipt_TTL_info *info =
73 switch (info->mode) {
85 printf(" %u", info->ttl);
91 const struct ipt_TTL_info *info =
95 switch (info->mode) {
106 printf(" %u", info->ttl);