• 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:so

290    * bucket size of one so that it can be used
440 * Tell the route helper about deleted iroutes so
730 multi_print_status (struct multi_context *m, struct status_output *so, const int version)
738 status_reset (so);
745 status_printf (so, "OpenVPN CLIENT LIST");
746 status_printf (so, "Updated,%s", time_string (0, 0, false, &gc_top));
747 status_printf (so, "Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since");
757 status_printf (so, "%s,%s," counter_format "," counter_format ",0x%x,0x%x,%s",
771 status_printf (so, "ROUTING TABLE");
772 status_printf (so, "Virtual Address,Common Name,Real Address,Last Ref");
787 status_printf (so, "%s%s,%s,%s,%s",
798 status_printf (so, "GLOBAL STATS");
800 status_printf (so, "Max bcast/mcast queue length,%d",
803 status_printf (so, "END");
812 status_printf (so, "TITLE%c%s", sep, title_string);
813 status_printf (so, "TIME%c%s%c%u", sep, time_string (now, 0, false, &gc_top), sep, (unsigned int)now);
814 status_printf (so, "HEADER%cCLIENT_LIST%cCommon Name%cReal Address%cVirtual Address%cBytes Received%cBytes Sent%cConnected Since%cConnected Since (time_t)%cUsername",
824 status_printf (so, "CLIENT_LIST%c%s%c%s%c%s%c" counter_format "%c" counter_format "%c%s%c%u%c%s",
838 status_printf (so, "HEADER%cROUTING_TABLE%cVirtual Address%cCommon Name%cReal Address%cLast Ref%cLast Ref (time_t)",
854 status_printf (so, "ROUTING_TABLE%c%s%s%c%s%c%s%c%s%c%u",
866 status_printf (so, "GLOBAL_STATS%cMax bcast/mcast queue length%c%d",
869 status_printf (so, "END");
873 status_printf (so, "ERROR: bad status format version number");
878 status_printf (so, "HEADER,ERRORS,Common Name,TUN Read Trunc,TUN Write Trunc,Pre-encrypt Trunc,Post-decrypt Trunc");
887 status_printf (so, "ERRORS,%s," counter_format "," counter_format "," counter_format "," counter_format,
900 status_flush (so);
1301 * (see below) so issue a warning if that happens - don't break the
1376 * -> and so it's implemented right now
1615 /* lock down the common name and cert hashes so they can't change during future TLS renegotiations */
1864 /* set flag so we don't get called again */
1993 * a sort of fuzz factor around delta, so that we're
2620 //struct status_output *so = status_open (NULL, 0, M_INFO, NULL, 0);
2621 //multi_print_status (m, so, m->status_file_version);
2622 //status_close (so);
2659 management_callback_status (void *arg, const int version, struct status_output *so)
2664 multi_print_status (m, so, m->status_file_version);
2666 multi_print_status (m, so, version);