Home | History | Annotate | Download | only in extensions

Lines Matching refs:info

54 	const struct xt_tee_tginfo *info = (const void *)target->data;
57 printf(" TEE gw:%s", xtables_ipaddr_to_numeric(&info->gw.in));
59 printf(" TEE gw:%s", xtables_ipaddr_to_anyname(&info->gw.in));
60 if (*info->oif != '\0')
61 printf(" oif=%s", info->oif);
67 const struct xt_tee_tginfo *info = (const void *)target->data;
70 printf(" TEE gw:%s", xtables_ip6addr_to_numeric(&info->gw.in6));
72 printf(" TEE gw:%s", xtables_ip6addr_to_anyname(&info->gw.in6));
73 if (*info->oif != '\0')
74 printf(" oif=%s", info->oif);
79 const struct xt_tee_tginfo *info = (const void *)target->data;
81 printf(" --gateway %s", xtables_ipaddr_to_numeric(&info->gw.in));
82 if (*info->oif != '\0')
83 printf(" --oif %s", info->oif);
88 const struct xt_tee_tginfo *info = (const void *)target->data;
90 printf(" --gateway %s", xtables_ip6addr_to_numeric(&info->gw.in6));
91 if (*info->oif != '\0')
92 printf(" --oif %s", info->oif);