Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:tun

281 	char *str, *p, *fmt = NULL, *tun = NULL, *inp = NULL;
316 } else if (strstr(p, "tun=") == p) {
317 tun = strdup(p+4);
368 if (tun) {
370 if (!strcasecmp(tun, "PAL")) {
372 } else if (!strcasecmp(tun, "NTSC")) {
374 } else if (!strcasecmp(tun, "SECAM")) {
376 } else if (!strcasecmp(tun, "AUTO")) {