• Home
  • Raw
  • Download

Lines Matching refs:log_print

198         log_print(FATAL, "Recv() %s", strerror(errno));  in recv_packet()
329 log_print(DEBUG, "Sending SCCRQ (local_tunnel = %u)", in l2tp_connect()
342 log_print(FATAL, "Cannot read %s", RANDOM_DEVICE); in l2tp_connect()
385 log_print(WARNING, "Using deprecated OLAC protocol. " in create_pppox_olac()
389 log_print(INFO, "Creating PPPoX socket"); in create_pppox_olac()
393 log_print(FATAL, "Socket() %s", strerror(errno)); in create_pppox_olac()
404 log_print(FATAL, "Connect() %s", strerror(errno)); in create_pppox_olac()
424 log_print(INFO, "Creating PPPoX tunnel socket..."); in create_pppox_ol2tp()
427 log_print(FATAL, "Tunnel socket(): %s", strerror(errno)); in create_pppox_ol2tp()
440 log_print(INFO, "Connecting to tunnel socket..."); in create_pppox_ol2tp()
443 log_print(FATAL, "Tunnel connect(): %s", strerror(errno)); in create_pppox_ol2tp()
447 log_print(INFO, "Creating PPPoX session socket..."); in create_pppox_ol2tp()
450 log_print(FATAL, "Session socket(): %s", strerror(errno)); in create_pppox_ol2tp()
463 log_print(INFO, "Connecting to session socket..."); in create_pppox_ol2tp()
466 log_print(FATAL, "Session connect(): %s", strerror(errno)); in create_pppox_ol2tp()
530 log_print(DEBUG, "Received SCCRP (remote_tunnel = %u) -> " in l2tp_process()
537 log_print(DEBUG, "Received SCCRP without %s", tunnel ? in l2tp_process()
539 log_print(ERROR, "Protocol error"); in l2tp_process()
548 log_print(DEBUG, "Received ICRP (remote_session = %u) -> " in l2tp_process()
556 log_print(DEBUG, "Received ICRP without assigned session"); in l2tp_process()
557 log_print(ERROR, "Protocol error"); in l2tp_process()
563 log_print(DEBUG, "Received STOPCCN"); in l2tp_process()
564 log_print(INFO, "Remote server hung up"); in l2tp_process()
570 log_print(DEBUG, "Received CDN (local_session = %u)", in l2tp_process()
572 log_print(INFO, "Remote server hung up"); in l2tp_process()
586 log_print(DEBUG, "Received %s -> Sending ICRQ (local_session = " in l2tp_process()
589 log_print(INFO, "Tunnel established"); in l2tp_process()
598 log_print(DEBUG, "Received ACK"); in l2tp_process()
600 log_print(DEBUG, "Received %s -> Sending ACK", in l2tp_process()
606 log_print(INFO, "Session established"); in l2tp_process()
627 log_print(DEBUG, "Received %s (remote_session = %u) -> " in l2tp_process()
644 log_print(DEBUG, "Received UNKNOWN %d -> Sending ACK anyway", in l2tp_process()
647 log_print(DEBUG, "Received UNEXPECTED %s -> Sending ACK anyway", in l2tp_process()
659 log_print(DEBUG, "Timeout -> Sending %s", messages[outgoing.message]); in l2tp_timeout()
667 log_print(DEBUG, "Sending STOPCCN"); in l2tp_shutdown()