Searched refs:_PATH_CONNERRS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dpathnames.h29 #define _PATH_CONNERRS _ROOT_PATH "/tmp/ppp/connect-errors" macro
H A Dmain.c1335 * stderr gets connected to the log fd or to the _PATH_CONNERRS file.
1386 errfd = open(_PATH_CONNERRS, O_WRONLY | O_APPEND | O_CREAT, 0600);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dpathnames.h47 /* #define _PATH_CONNERRS _ROOT_PATH "/tmp/ppp/connect-errors" */
48 #define _PATH_CONNERRS _ROOT_PATH "/dev/null" /*wklin modified, 06/08/2007*/ macro
H A Dmain.c1718 * stderr gets connected to the log fd or to the _PATH_CONNERRS file.
1733 errfd = open(_PATH_CONNERRS, O_WRONLY | O_APPEND | O_CREAT, 0600);

Completed in 169 milliseconds