Home
last modified time | relevance | path

Searched refs:ssh_tcp_keepintvl (Results 1 – 4 of 4) sorted by relevance

/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_pref.h150 gint ssh_tcp_keepintvl; member
H A Dremmina_pref.c467 …remmina_pref.ssh_tcp_keepintvl = g_key_file_get_integer(gkeyfile, "remmina_pref", "ssh_tcp_keepint… in remmina_pref_init()
469 remmina_pref.ssh_tcp_keepintvl = SSH_SOCKET_TCP_KEEPINTVL; in remmina_pref_init()
814 …ey_file_set_integer(gkeyfile, "remmina_pref", "ssh_tcp_keepintvl", remmina_pref.ssh_tcp_keepintvl); in remmina_pref_save()
1064 return remmina_pref.ssh_tcp_keepintvl; in remmina_pref_get_ssh_tcp_keepintvl()
H A Dremmina_pref_dialog.c263 …remmina_pref.ssh_tcp_keepintvl = atoi(gtk_entry_get_text(remmina_pref_dialog->entry_options_ssh_tc… in remmina_pref_on_dialog_destroy()
264 if (remmina_pref.ssh_tcp_keepintvl <= 0) in remmina_pref_on_dialog_destroy()
265 remmina_pref.ssh_tcp_keepintvl = SSH_SOCKET_TCP_KEEPINTVL; in remmina_pref_on_dialog_destroy()
507 g_snprintf(buf, sizeof(buf), "%i", remmina_pref.ssh_tcp_keepintvl); in remmina_pref_dialog_init()
H A Dremmina_ssh.c1369 optval = remmina_pref.ssh_tcp_keepintvl;