• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pptpd/

Lines Matching refs:syslog

14 #include <syslog.h>
78 syslog(LOG_ERR, "CTRL: couldn't read packet header (%s)", bytes_read ? "retry" : "exit");
116 syslog(LOG_ERR, "CTRL: PPTP Control Message type %d not supported.", pptp_ctrl_type);
143 syslog(LOG_ERR, "CTRL: Couldn't write packet to client.");
149 syslog(LOG_DEBUG, "CTRL: I wrote %d bytes to the client.", packet_size);
150 syslog(LOG_DEBUG, "CTRL: Sent packet to client");
222 syslog(LOG_DEBUG, "CTRL: Read in previous incomplete ctrl packet");
240 syslog(LOG_ERR, "CTRL: Error reading ctrl packet length (bytes_ttl=%d): %s", bytes_ttl, strerror(errno));
245 syslog(LOG_ERR, "CTRL: EOF or bad error reading ctrl packet length.");
257 syslog(LOG_DEBUG, "CTRL: Incomplete ctrl packet length, retry later");
272 syslog(LOG_ERR, "CTRL: 11 < Control packet (length=%d) < "
294 syslog(LOG_ERR, "CTRL: Error reading ctrl packet (bytes_ttl=%d,length=%d): %s", bytes_ttl, length, strerror(errno));
299 syslog(LOG_ERR, "CTRL: EOF or bad error reading ctrl packet.");
311 syslog(LOG_DEBUG, "CTRL: Incomplete ctrl packet, retry later");
324 syslog(LOG_ERR, "CTRL: Bad magic cookie - lost syncronization, closing control connection.");
333 syslog(LOG_DEBUG, "CTRL: Received PPTP Control Message (type: %d)", *pptp_ctrl_type);
351 syslog(LOG_DEBUG, "CTRL: Made a " what " packet")
429 syslog(LOG_ERR, "CTRL: No free Call IDs!");
449 syslog(LOG_DEBUG, "CTRL: Set parameters to %d maxbps, %d window size",
511 syslog(LOG_ERR, "CTRL: Could not free Call ID [call clear]!");
545 syslog(LOG_ERR, "CTRL: Ignored a SET LINK INFO packet with real ACCMs!");
547 syslog(LOG_DEBUG, "CTRL: Got a SET LINK INFO packet with standard ACCMs");
583 syslog(LOG_ERR, "CTRL: Could not free Call ID [admin shutdown]!");
677 syslog(LOG_ERR, "CTRL: Asked to allocate call id when call open, not handled well");
700 syslog(LOG_ERR, "CTRL: Asked to free call when no call open, not handled well");