Searched refs:PPTP_FLAG_DEBUG (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-extension/
H A DPPTP.h56 #define PPTP_FLAG_DEBUG 0x00000002 /* debug mode, send verbose logs to syslog */ macro
H A Dpptp_rfc.c228 if (rfc->flags & PPTP_FLAG_DEBUG)
458 if (rfc->flags & PPTP_FLAG_DEBUG)
464 if (rfc->flags & PPTP_FLAG_DEBUG)
470 if (rfc->flags & PPTP_FLAG_DEBUG)
476 if (rfc->flags & PPTP_FLAG_DEBUG)
482 if (rfc->flags & PPTP_FLAG_DEBUG)
489 if (rfc->flags & PPTP_FLAG_DEBUG)
495 if (rfc->flags & PPTP_FLAG_DEBUG)
503 if (rfc->flags & PPTP_FLAG_DEBUG) {
511 if (rfc->flags & PPTP_FLAG_DEBUG) {
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-plugin/
H A Dmain.c991 flags = debug ? PPTP_FLAG_DEBUG : 0;

Completed in 295 milliseconds