Lines Matching refs:do_plog
61 do_plog(LLV_DEBUG, "Waiting for control socket"); in android_get_control_and_arguments()
63 do_plog(LLV_ERROR, "Cannot get control socket"); in android_get_control_and_arguments()
74 do_plog(LLV_ERROR, "Cannot get argument length"); in android_get_control_and_arguments()
89 do_plog(LLV_ERROR, "Cannot get argument value"); in android_get_control_and_arguments()
96 do_plog(LLV_DEBUG, "Received %d arguments", i - 1); in android_get_control_and_arguments()
113 do_plog(LLV_ERROR, "Cannot find environment variable\n"); in android_hook()
117 do_plog(LLV_ERROR, "Cannot allocate TUN: %s\n", strerror(errno)); in android_hook()
142 do_plog(LLV_INFO, "Bye\n"); in terminated()
148 do_plog(LLV_ERROR, "Cannot monitor fd"); in monitor_fd()
168 do_plog(LLV_INFO, "ipsec-tools 0.7.3 (http://ipsec-tools.sf.net)\n"); in main()
190 do_plog(LLV_INFO, "Connection is closed\n", pollfds[i].fd); in main()
209 void do_plog(int level, char *format, ...) in do_plog() function