Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h105 #define PPPIOCSDEBUG _IOW('t', 64, int) /* Set debug level */ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc634 unsigned IOCTL_PPPIOCSDEBUG = PPPIOCSDEBUG;
Dsanitizer_common_interceptors_ioctl.inc210 _(PPPIOCSDEBUG, READ, sizeof(int));
/external/ppp/pppd/
Dsys-linux.c390 if (ioctl(ppp_dev_fd, PPPIOCSDEBUG, &requested_level) < 0) { in set_kdebugflag()