• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/

Lines Matching defs:gc

85   struct gc_arena gc = gc_new ();
94 es = env_set_create (&gc);
107 mroute_addr_print (addr, &gc));
125 mroute_addr_print (addr, &gc));
133 gc_free (&gc);
154 struct gc_arena gc = gc_new ();
172 mroute_addr_print (&r->addr, &gc));
179 gc_free (&gc);
398 multi_instance_string (const struct multi_instance *mi, bool null, struct gc_arena *gc)
402 struct buffer out = alloc_buf_gc (256, gc);
407 buf_printf (&out, "%s", mroute_addr_print (&mi->real, gc));
419 mi->msg_prefix = multi_instance_string (mi, true, &mi->gc);
649 struct gc_arena gc = gc_new ();
658 mi->gc = gc_new ();
693 mroute_addr_print (&mi->real, &gc));
714 gc_free (&gc);
720 gc_free (&gc);
751 struct gc_arena gc = gc_new ();
759 mroute_addr_print (&mi->real, &gc),
764 time_string (mi->created, 0, false, &gc));
767 gc_free (&gc);
776 struct gc_arena gc = gc_new ();
788 mroute_addr_print (ma, &gc),
791 mroute_addr_print (&mi->real, &gc),
792 time_string (route->last_reference, 0, false, &gc));
794 gc_free (&gc);
819 struct gc_arena gc = gc_new ();
826 sep, mroute_addr_print (&mi->real, &gc),
827 sep, print_in_addr_t (mi->reporting_addr, IA_EMPTY_IF_UNDEF, &gc),
830 sep, time_string (mi->created, 0, false, &gc),
834 gc_free (&gc);
843 struct gc_arena gc = gc_new ();
855 sep, mroute_addr_print (ma, &gc), flags,
857 sep, mroute_addr_print (&mi->real, &gc),
858 sep, time_string (route->last_reference, 0, false, &gc),
861 gc_free (&gc);
882 struct gc_arena gc = gc_new ();
894 gc_free (&gc);
937 struct gc_arena gc = gc_new ();
985 mroute_addr_print (&newroute->addr, &gc),
986 multi_instance_string (mi, false, &gc));
991 gc_free (&gc);
1052 struct gc_arena gc = gc_new ();
1053 const char *addr_text = mroute_addr_print (addr, &gc);
1058 multi_instance_string (ret, false, &gc),
1059 mroute_addr_print (&route->addr, &gc));
1066 gc_free (&gc);
1147 struct gc_arena gc = gc_new ();
1157 print_in_addr_t (ir->network, 0, &gc),
1159 multi_instance_string (mi, false, &gc));
1162 print_in_addr_t (ir->network, 0, &gc),
1163 multi_instance_string (mi, false, &gc));
1173 print_in6_addr (ir6->network, 0, &gc),
1175 multi_instance_string (mi, false, &gc));
1178 print_in6_addr (ir6->network, 0, &gc),
1179 multi_instance_string (mi, false, &gc));
1186 gc_free (&gc);
1233 struct gc_arena gc = gc_new ();
1245 mroute_addr_print (&r->addr, &gc));
1252 gc_free (&gc);
1277 struct gc_arena gc = gc_new ();
1328 print_in_addr_t( remote, 0, &gc ),
1330 ? print_in6_addr( remote_ipv6, 0, &gc )
1353 multi_instance_string (mi, false, &gc));
1390 print_in6_addr( mi->context.c2.push_ifconfig_ipv6_local, 0, &gc ),
1394 gc_free (&gc);
1562 struct gc_arena gc = gc_new ();
1575 const char *created_ascii = time_string (mi->created, 0, false, &gc);
1580 gc_free (&gc);
1597 struct gc_arena gc = gc_new ();
1639 &gc);
1655 &gc);
1687 const char *dc_file = create_temp_file (mi->context.options.tmp_dir, "cc", &gc);
1741 dc_file = create_temp_file (mi->context.options.tmp_dir, "cc", &gc);
1796 multi_instance_string (mi, false, &gc));
1806 multi_instance_string (mi, false, &gc),
1807 print_in_addr_t (mi->context.c2.push_ifconfig_local, 0, &gc),
1808 print_in_addr_t (mi->context.options.push_ifconfig_constraint_network, 0, &gc),
1809 print_in_addr_t (mi->context.options.push_ifconfig_constraint_netmask, 0, &gc));
1822 multi_instance_string (mi, false, &gc),
1823 print_in_addr_t (mi->context.c2.push_ifconfig_local, 0, &gc));
1831 multi_instance_string (mi, false, &gc),
1832 print_in6_addr (mi->context.c2.push_ifconfig_ipv6_local, 0, &gc));
1849 multi_instance_string (mi, false, &gc));
1877 gc_free (&gc);
1970 struct gc_arena gc = gc_new ();
1972 mroute_addr_print_ex (sender_addr, MAPF_SHOW_ARP, &gc),
1974 gc_free (&gc);
2117 struct gc_arena gc = gc_new ();
2183 mroute_addr_print (&src, &gc));
2223 mroute_addr_print_ex (&dest, MAPF_SHOW_ARP, &gc));
2284 mroute_addr_print_ex (&edest, MAPF_SHOW_ARP, &gc));
2292 mroute_addr_print (&src, &gc));
2309 gc_free (&gc);
2320 struct gc_arena gc = gc_new ();
2400 mroute_addr_print_ex (&src, MAPF_SHOW_ARP, &gc));
2430 gc_free (&gc);
2518 struct gc_arena gc = gc_new ();
2521 multi_instance_string (mi, false, &gc));
2522 gc_free (&gc);
2535 struct gc_arena gc = gc_new ();
2536 struct buffer buf = alloc_buf_gc (BUF_SIZE (&m->top.c2.frame), &gc);
2553 gc_free (&gc);