Home | History | Annotate | Download | only in pppd

Lines Matching refs:log_to_fd

110 int	log_to_fd = 1;		/* send log messages to this fd too */
111 bool log_default = 1; /* log_to_fd is default (stdout) */
255 { "logfd", o_int, &log_to_fd,
258 { "nolog", o_int, &log_to_fd,
261 { "nologfd", o_int, &log_to_fd,
896 if (logfile_fd >= 0 && logfile_fd != log_to_fd)
1567 log_to_fd = fd;