Home | History | Annotate | Download | only in mtpd

Lines Matching refs:log_print

192         log_print(FATAL, "Recv() %s", strerror(errno));
323 log_print(DEBUG, "Sending SCCRQ (local_tunnel = %d)", local_tunnel);
335 log_print(FATAL, "Cannot read %s", RANDOM_DEVICE);
352 log_print(INFO, "Creating PPPoX socket");
355 log_print(FATAL, "Socket() %s", strerror(errno));
366 log_print(FATAL, "Connect() %s", strerror(errno));
429 log_print(DEBUG, "Received SCCRP (remote_tunnel = %d) -> "
436 log_print(DEBUG, "Received SCCRP without %s", tunnel ?
438 log_print(ERROR, "Protocol error");
447 log_print(DEBUG, "Received ICRP (remote_session = %d) -> "
455 log_print(DEBUG, "Received ICRP without assigned session");
456 log_print(ERROR, "Protocol error");
462 log_print(DEBUG, "Received STOPCCN");
463 log_print(INFO, "Remote server hung up");
469 log_print(DEBUG, "Received CDN (local_session = %d)",
471 log_print(INFO, "Remote server hung up");
485 log_print(DEBUG, "Received %s -> Sending ICRQ (local_session = "
487 log_print(INFO, "Tunnel established");
496 log_print(DEBUG, "Received ACK");
498 log_print(DEBUG, "Received %s -> Sending ACK",
504 log_print(INFO, "Session established");
515 log_print(DEBUG, "Received %s (remote_session = %d) -> "
531 log_print(DEBUG, "Received UNKNOWN %d -> Sending ACK anyway",
534 log_print(DEBUG, "Received UNEXPECTED %s -> Sending ACK anyway",
546 log_print(DEBUG, "Timeout -> Sending %s", messages[outgoing.message]);
554 log_print(DEBUG, "Sending STOPCCN");