Home | History | Annotate | Download | only in openssh

Lines Matching refs:tun

359 			char *tun = NULL;
361 tun = xmalloc(strlen(opts) + 1);
366 tun[i++] = *opts++;
373 xfree(tun);
377 tun[i] = '\0';
378 forced_tun_device = a2tun(tun, NULL);
379 xfree(tun);
381 debug("%.100s, line %lu: invalid tun device",
383 auth_debug_add("%.100s, line %lu: invalid tun device",
388 auth_debug_add("Forced tun device: %d", forced_tun_device);