Lines Matching full: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);
98 const struct xt_tee_tginfo *info = (const void *)params->target->data;
102 xtables_ipaddr_to_numeric(&info->gw.in));
105 xtables_ipaddr_to_anyname(&info->gw.in));
106 if (*info->oif != '\0')
107 xt_xlate_add(xl, " device %s", info->oif);
115 const struct xt_tee_tginfo *info = (const void *)params->target->data;
119 xtables_ip6addr_to_numeric(&info->gw.in6));
122 xtables_ip6addr_to_anyname(&info->gw.in6));
123 if (*info->oif != '\0')
124 xt_xlate_add(xl, " device %s", info->oif);