Home | History | Annotate | Download | only in openssh

Lines Matching refs:tun

365 			char *tun = NULL;
367 tun = xmalloc(strlen(opts) + 1);
372 tun[i++] = *opts++;
379 free(tun);
383 tun[i] = '\0';
384 forced_tun_device = a2tun(tun, NULL);
385 free(tun);
387 debug("%.100s, line %lu: invalid tun device",
389 auth_debug_add("%.100s, line %lu: invalid tun device",
394 auth_debug_add("Forced tun device: %d", forced_tun_device);