Lines Matching defs:tun
360 char *tun = NULL;
362 tun = xmalloc(strlen(opts) + 1);
367 tun[i++] = *opts++;
374 free(tun);
378 tun[i] = '\0';
379 forced_tun_device = a2tun(tun, NULL);
380 free(tun);
382 debug("%.100s, line %lu: invalid tun device",
384 auth_debug_add("%.100s, line %lu: invalid tun device",
389 auth_debug_add("Forced tun device: %d", forced_tun_device);