• 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 refs:gc

138   struct gc_arena *gc = &c->c2.gc;
165 ho = init_http_proxy_options_once (&ce->http_proxy_options, gc);
166 ho->server = string_alloc (p[2], gc);
178 ce->socks_proxy_server = string_alloc (p[2], gc);
197 struct gc_arena gc;
203 gc = gc_new ();
204 struct buffer out = alloc_buf_gc (256, &gc);
218 gc_free (&gc);
252 ALLOC_OBJ_CLEAR_GC (rhs, struct remote_host_store, &c->options.gc);
274 struct gc_arena gc = gc_new ();
280 struct buffer out = alloc_buf_gc (256, &gc);
301 gc_free (&gc);
572 gc_free (&c->c2.gc);
573 gc_free (&c->options.gc);
574 gc_free (&c->gc);
688 struct gc_arena gc = gc_new ();
691 &gc);
693 gc_free (&gc);
700 struct gc_arena gc = gc_new ();
701 const char *tmp_file = create_temp_file ("/tmp", "foo", &gc);
707 gc_free (&gc);
722 struct gc_arena gc = gc_new ();
735 printf ("[%d] %s\n", i, format_hex (rndbuf, sizeof (rndbuf), 0, &gc));
737 gc_free (&gc);
1046 format_common_name (struct context *c, struct gc_arena *gc)
1048 struct buffer out = alloc_buf_gc (256, gc);
1173 c->c1.route_list = new_route_list (c->options.max_routes, &c->gc);
1175 c->c1.route_ipv6_list = new_route_ipv6_list (c->options.max_routes, &c->gc);
1417 struct gc_arena gc = gc_new ();
1446 &gc);
1473 print_in_addr_t (c->c1.tuntap->local, IA_EMPTY_IF_UNDEF, &gc),
1474 print_in_addr_t (c->c1.tuntap->remote_netmask, IA_EMPTY_IF_UNDEF, &gc),
1510 print_in_addr_t (c->c1.tuntap->local, IA_EMPTY_IF_UNDEF, &gc),
1511 print_in_addr_t (c->c1.tuntap->remote_netmask, IA_EMPTY_IF_UNDEF, &gc),
1517 gc_free (&gc);
1540 struct gc_arena gc = gc_new ();
1543 const char *tuntap_actual = string_alloc (c->c1.tuntap->actual_name, &gc);
1570 print_in_addr_t (local, IA_EMPTY_IF_UNDEF, &gc),
1571 print_in_addr_t (remote_netmask, IA_EMPTY_IF_UNDEF, &gc),
1595 print_in_addr_t (local, IA_EMPTY_IF_UNDEF, &gc),
1596 print_in_addr_t (remote_netmask, IA_EMPTY_IF_UNDEF, &gc),
1618 print_in_addr_t (local, IA_EMPTY_IF_UNDEF, &gc),
1619 print_in_addr_t (remote_netmask, IA_EMPTY_IF_UNDEF, &gc),
1627 gc_free (&gc);
2291 c->c2.tls_auth_standalone = tls_auth_standalone_init (&to, &c->c2.gc);
2694 struct gc_arena gc = gc_new ();
2697 options_string (&c->options, &c->c2.frame, c->c1.tuntap, false, &gc);
2699 options_string (&c->options, &c->c2.frame, c->c1.tuntap, true, &gc);
2707 options_string_version (c->c2.options_string_local, &gc),
2709 strlen (c->c2.options_string_local), 9, &gc));
2711 options_string_version (c->c2.options_string_remote, &gc),
2713 strlen (c->c2.options_string_remote), 9, &gc));
2723 gc_free (&gc);
2739 ALLOC_OBJ_CLEAR_GC (c->c0, struct context_0, &c->gc);
2984 c->c2.es = env_set_create (&c->c2.gc);
3267 gc_init (&c->c2.gc);
3557 gc_free (&c->c2.gc);
3570 dest->gc = gc_new ();
3572 ALLOC_OBJ_CLEAR_GC (dest->sig, struct signal_info, &dest->gc);
3621 ALLOC_OBJ_GC (dest->c2.link_socket_info, struct link_socket_info, &dest->gc);
3650 gc_detach (&dest->gc);
3651 gc_detach (&dest->c2.gc);