Home | History | Annotate | Download | only in mtpd

Lines Matching refs:log_print

193         log_print(FATAL, "Recv() %s", strerror(errno));
324 log_print(DEBUG, "Sending SCCRQ (local_tunnel = %d)", local_tunnel);
336 log_print(FATAL, "Cannot read %s", RANDOM_DEVICE);
353 log_print(INFO, "Creating PPPoX socket");
356 log_print(FATAL, "Socket() %s", strerror(errno));
367 log_print(FATAL, "Connect() %s", strerror(errno));
430 log_print(DEBUG, "Received SCCRP (remote_tunnel = %d) -> "
437 log_print(DEBUG, "Received SCCRP without %s", tunnel ?
439 log_print(ERROR, "Protocol error");
448 log_print(DEBUG, "Received ICRP (remote_session = %d) -> "
456 log_print(DEBUG, "Received ICRP without assigned session");
457 log_print(ERROR, "Protocol error");
463 log_print(DEBUG, "Received STOPCCN");
464 log_print(INFO, "Remote server hung up");
470 log_print(DEBUG, "Received CDN (local_session = %d)",
472 log_print(INFO, "Remote server hung up");
486 log_print(DEBUG, "Received %s -> Sending ICRQ (local_session = "
488 log_print(INFO, "Tunnel established");
497 log_print(DEBUG, "Received ACK");
499 log_print(DEBUG, "Received %s -> Sending ACK",
505 log_print(INFO, "Session established");
516 log_print(DEBUG, "Received %s (remote_session = %d) -> "
532 log_print(DEBUG, "Received UNKNOWN %d -> Sending ACK anyway",
535 log_print(DEBUG, "Received UNEXPECTED %s -> Sending ACK anyway",
547 log_print(DEBUG, "Timeout -> Sending %s", messages[outgoing.message]);
555 log_print(DEBUG, "Sending STOPCCN");