Exemple #1
0
static void vpnc_exit(void)
{
	vpn_unregister("vpnc");

	dbus_connection_unref(connection);
}
Exemple #2
0
static void openvpn_exit(void)
{
	vpn_unregister("openvpn");

	dbus_connection_unref(connection);
}
Exemple #3
0
static void l2tp_exit(void)
{
	vpn_unregister("l2tp");

	dbus_connection_unref(connection);
}
static void openconnect_exit(void)
{
	vpn_unregister("openconnect");
}