• 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

293       struct gc_arena gc = gc_new ();
315 out = log_entry_print (&e, LOG_PRINT_CRLF, &gc);
320 | LOG_PRINT_CRLF, &gc);
328 out = log_entry_print (&e, LOG_FATAL_NOTIFY|LOG_PRINT_CRLF, &gc);
337 gc_free (&gc);
455 struct gc_arena gc = gc_new ();
483 print_in_addr_t (addr, 0, &gc),
489 print_in_addr_t (addr, 0, &gc),
526 gc_free (&gc);
541 struct gc_arena gc = gc_new ();
565 const char *out = log_entry_print (e, lep_flags, &gc);
576 gc_free (&gc);
1111 struct gc_arena gc = gc_new ();
1356 gc_free (&gc);
1389 struct gc_arena gc = gc_new ();
1409 fprintf (fp, "%s\n%d\n", print_in_addr_t (a, 0, &gc), p);
1423 gc_free (&gc);
1442 struct gc_arena gc = gc_new ();
1464 print_sockaddr (&man->settings.local, &gc));
1473 gc_free (&gc);
1548 struct gc_arena gc = gc_new ();
1596 print_sockaddr (&man->settings.local, &gc));
1603 gc_free (&gc);
1609 struct gc_arena gc = gc_new ();
1658 strerror_ts (status, &gc));
1664 print_sockaddr (&man->settings.local, &gc),
1665 strerror_ts (status, &gc));
1674 gc_free (&gc);
1723 struct gc_arena gc = gc_new ();
1740 nparms = parse_line (line, parms, MAX_PARMS, "TCP", 0, M_CLIENT, &gc);
1761 gc_free (&gc);
1771 struct gc_arena gc = gc_new ();
1774 strerror_ts (err, &gc));
1775 gc_free (&gc);
2240 struct gc_arena gc = gc_new ();
2261 | LOG_ECHO_TO_LOG, &gc);
2266 gc_free (&gc);
2329 struct gc_arena gc = gc_new ();
2330 struct env_set *es = env_set_create (&gc);
2337 gc_free (&gc);
2465 struct gc_arena gc = gc_new ();
2470 mroute_addr_print_ex (addr, MAPF_SUBNET, &gc),
2473 gc_free (&gc);
2483 struct gc_arena gc = gc_new ();
2496 out = log_entry_print (&e, LOG_PRINT_INT_DATE|LOG_PRINT_ECHO_PREFIX|LOG_PRINT_CRLF|MANAGEMENT_ECHO_FLAGS, &gc);
2501 gc_free (&gc);
2869 struct gc_arena gc = gc_new ();
2876 struct buffer alert_msg = alloc_buf_gc (128, &gc);
2981 gc_free (&gc);
2991 struct gc_arena gc = gc_new ();
3006 alert_msg = alloc_buf_gc (strlen(b64_data)+64, &gc);
3055 gc_free (&gc);
3197 log_entry_print (const struct log_entry *e, unsigned int flags, struct gc_arena *gc)
3199 struct buffer out = alloc_buf_gc (ERR_BUF_SIZE, gc);
3211 buf_printf (&out, "%s,", msg_flags_string (e->u.msg_flags, gc));
3219 buf_printf (&out, ",%s", print_in_addr_t (e->local_ip, IA_EMPTY_IF_UNDEF, gc));
3221 buf_printf (&out, ",%s", print_in_addr_t (e->remote_ip, IA_EMPTY_IF_UNDEF, gc));