Searched refs:cfdebug (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dclient6_token.l67 int cfdebug = 1;
69 int cfdebug = 0;
78 #define DP(str) if (cfdebug) cfdebug_print(str, cpyytext, cpyyleng)
79 #define DECHO if (cfdebug) cfdebug_print(NULL, cpyytext, cpyyleng);
H A Dclient6_parse.y49 extern int cfdebug;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_token.l67 int cfdebug = 1;
69 int cfdebug = 0;
78 #define DP(str) if (cfdebug) cfdebug_print(str, cpyytext, cpyyleng)
79 #define DECHO if (cfdebug) cfdebug_print(NULL, cpyytext, cpyyleng);
H A Dclient6_token.c734 int cfdebug = 1; variable
736 int cfdebug = 0; variable
745 #define DP(str) if (cfdebug) cfdebug_print(str, cpyytext, cpyyleng)
746 #define DECHO if (cfdebug) cfdebug_print(NULL, cpyytext, cpyyleng);
H A Dclient6_parse.y49 extern int cfdebug;
H A Dclient6_parse.c177 extern int cfdebug;

Completed in 121 milliseconds