Searched refs:PPPIOCSDEBUG (Results 1 – 4 of 4) sorted by relevance
105 #define PPPIOCSDEBUG _IOW('t', 64, int) /* Set debug level */ macro
634 unsigned IOCTL_PPPIOCSDEBUG = PPPIOCSDEBUG;
210 _(PPPIOCSDEBUG, READ, sizeof(int));
390 if (ioctl(ppp_dev_fd, PPPIOCSDEBUG, &requested_level) < 0) { in set_kdebugflag()