Searched refs:tundebug (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 151 #define TUNDEBUG if (tundebug) if_printf 183 static int tundebug = 0; variable 190 SYSCTL_INT(_debug, OID_AUTO, if_tun_debug, CTLFLAG_RW, &tundebug, 0, ""); 211 SYSCTL_INT(_net_link_tap, OID_AUTO, debug, CTLFLAG_RW, &tundebug, 0, ""); 1619 tundebug = *(int *)data; in tunioctl() 1622 *(int *)data = tundebug; in tunioctl()
|