Home | History | Annotate | Download | only in rp-pppoe

Lines Matching refs:debugFile

293     if (conn->debugFile) {
294 dumpPacket(conn->debugFile, &packet, "SENT");
295 fprintf(conn->debugFile, "\n");
296 fflush(conn->debugFile);
359 if (conn->debugFile) {
360 dumpPacket(conn->debugFile, &packet, "RCVD");
361 fprintf(conn->debugFile, "\n");
362 fflush(conn->debugFile);
477 if (conn->debugFile) {
478 dumpPacket(conn->debugFile, &packet, "SENT");
479 fprintf(conn->debugFile, "\n");
480 fflush(conn->debugFile);
535 if (conn->debugFile) {
536 dumpPacket(conn->debugFile, &packet, "RCVD");
537 fprintf(conn->debugFile, "\n");
538 fflush(conn->debugFile);