Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dif_tun.c110 #define TUNDEBUG(a) (tundebug? printf a : 0) macro
112 #define TUNDEBUG(a) /* (tundebug? printf a : 0) */ macro
275 TUNDEBUG(("%s: switching to layer %d\n", ifp->if_xname, in tun_switch()
293 TUNDEBUG(("%s: already open\n", tp->tun_if.if_xname)); in tun_switch()
331 TUNDEBUG(("%s: open\n", ifp->if_xname)); in tunopen()
406 TUNDEBUG(("%s: closed\n", ifp->if_xname)); in tunclose()
416 TUNDEBUG(("%s: tuninit\n", ifp->if_xname)); in tuninit()
487 TUNDEBUG(("%s: address set\n", ifp->if_xname)); in tun_ioctl()
501 TUNDEBUG(("%s: destination address set\n", ifp->if_xname)); in tun_ioctl()
505 TUNDEBUG(("%s: broadcast address set\n", ifp->if_xname)); in tun_ioctl()
[all …]