Home | History | Annotate | Download | only in plugins

Lines Matching full:user_data

147 static void pnatd_exit(GPid pid, gint status, gpointer user_data)
149 struct dun_server *server = user_data;
197 static gboolean tty_try_open(gpointer user_data)
199 struct dun_server *server = user_data;
276 static void connect_cb(GIOChannel *io, GError *err, gpointer user_data)
278 struct dun_server *server = user_data;
292 static void auth_cb(DBusError *derr, void *user_data)
294 struct dun_server *server = user_data;
329 static void confirm_cb(GIOChannel *io, gpointer user_data)
331 struct dun_server *server = user_data;
351 auth_cb, user_data) < 0) {