Lines Matching refs:gw
35 .flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s, gw)},
57 printf(" TEE gw:%s", xtables_ipaddr_to_numeric(&info->gw.in)); in tee_tg_print()
59 printf(" TEE gw:%s", xtables_ipaddr_to_anyname(&info->gw.in)); in tee_tg_print()
70 printf(" TEE gw:%s", xtables_ip6addr_to_numeric(&info->gw.in6)); in tee_tg6_print()
72 printf(" TEE gw:%s", xtables_ip6addr_to_anyname(&info->gw.in6)); in tee_tg6_print()
81 printf(" --gateway %s", xtables_ipaddr_to_numeric(&info->gw.in)); in tee_tg_save()
90 printf(" --gateway %s", xtables_ip6addr_to_numeric(&info->gw.in6)); in tee_tg6_save()
102 xtables_ipaddr_to_numeric(&info->gw.in)); in tee_tg_xlate()
105 xtables_ipaddr_to_anyname(&info->gw.in)); in tee_tg_xlate()
119 xtables_ip6addr_to_numeric(&info->gw.in6)); in tee_tg6_xlate()
122 xtables_ip6addr_to_anyname(&info->gw.in6)); in tee_tg6_xlate()