Home | History | Annotate | Download | only in mtpd

Lines Matching full:log_print

177         log_print(FATAL, "Recv() %s", strerror(errno));
181 log_print(DEBUG, "Connection closed");
182 log_print(INFO, "Remote server hung up");
190 log_print(DEBUG, "Loss of synchronization");
191 log_print(ERROR, "Protocol error");
196 log_print(DEBUG, "Invalid message length");
197 log_print(ERROR, "Protocol error");
210 log_print(DEBUG, "Ignored non-control message (type = %d)",
220 log_print(DEBUG, "Sending SCCRQ");
235 log_print(INFO, "Creating PPPoX socket");
238 log_print(FATAL, "Socket() %s", strerror(errno));
249 log_print(FATAL, "Connect() %s", strerror(errno));
264 log_print(DEBUG, "Control message too short");
269 log_print(DEBUG, "Received UNKNOWN %d", incoming.message);
273 log_print(DEBUG, "Received %s with invalid length (length = %d)",
286 log_print(DEBUG, "Received SCCRP -> Sending OCRQ "
288 log_print(INFO, "Tunnel established");
301 log_print(DEBUG, "Received SCCRP (result = %d)",
303 log_print(INFO, "Remote server hung up");
312 log_print(DEBUG, "Received OCRQ (remote = %d)", remote);
313 log_print(INFO, "Session established");
318 log_print(DEBUG, "Received OCRP (result = %d)",
320 log_print(INFO, "Remote server hung up");
326 log_print(DEBUG, "Received STOPCCRQ");
327 log_print(INFO, "Remote server hung up");
336 log_print(DEBUG, "Received CCRQ (remote = %d)", remote);
337 log_print(INFO, "Remote server hung up");
344 log_print(DEBUG, "Received CDN (remote = %d)", remote);
345 log_print(INFO, "Remote server hung up");
351 log_print(DEBUG, "Received ECHORQ -> Sending ECHORP");
360 log_print(DEBUG, "Recevied %s", messages[incoming.message]);
364 log_print(DEBUG, "Received ICRQ (remote = %d) -> Sending ICRP "
373 log_print(DEBUG, "Received OCRQ (remote = %d) -> Sending OCRP "
383 log_print(DEBUG, "Received UNEXPECTED %s", messages[incoming.message]);