Searched refs:tundebug (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/ |
H A D | if_tuntap.c | 155 #define TUNDEBUG if (tundebug) if_printf 188 static int tundebug = 0; variable 195 SYSCTL_INT(_debug, OID_AUTO, if_tun_debug, CTLFLAG_RW, &tundebug, 0, ""); 216 SYSCTL_INT(_net_link_tap, OID_AUTO, debug, CTLFLAG_RW, &tundebug, 0, ""); 1713 tundebug = *(int *)data; in tunioctl() 1716 *(int *)data = tundebug; in tunioctl()
|