Home
last modified time | relevance | path

Searched refs:tundebug (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/net/tun/
H A Dif_tun.c60 #define TUNDEBUG if (tundebug) if_printf
119 static int tundebug = 0; /* debug flag */ variable
132 SYSCTL_INT(_debug, OID_AUTO, if_tun_debug, CTLFLAG_RW, &tundebug, 0,
137 SYSCTL_INT(_net_link_tun, OID_AUTO, debug, CTLFLAG_RW, &tundebug, 0,
700 tundebug = *(int *)data; in tunioctl()
704 *(int *)data = tundebug; in tunioctl()