Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dsys-bsd.c291 if (kdebugflag) { in establish_ppp()
295 x |= (kdebugflag & 0xFF) * SC_DEBUG; in establish_ppp()
553 if (kdebugflag) { in open_ppp_loopback()
557 flags |= (kdebugflag & 0xFF) * SC_DEBUG; in open_ppp_loopback()
H A Dpppd.h94 extern int kdebugflag; /* Tell kernel to print debug messages */
H A Doptions.c100 int kdebugflag = 0; /* Tell kernel to print debug messages */ variable
1065 return int_option(*argv, &kdebugflag); in setkdebug()