Searched refs:ssh_tcp_keepintvl (Results 1 – 4 of 4) sorted by relevance
150 gint ssh_tcp_keepintvl; member
467 …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()
263 …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()
1369 optval = remmina_pref.ssh_tcp_keepintvl;