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

Lines Matching refs:debugFile

491     if (conn->debugFile) {
492 dumpPacket(conn->debugFile, &packet, "SENT");
493 fprintf(conn->debugFile, "\n");
494 fflush(conn->debugFile);
559 if (conn->debugFile) {
560 dumpPacket(conn->debugFile, &packet, "RCVD");
561 fprintf(conn->debugFile, "\n");
562 fflush(conn->debugFile);
659 conn->debugFile = fopen(optarg, "w");
660 if (!conn->debugFile) {
665 fprintf(conn->debugFile, "pppoe-discovery %s\n", RP_VERSION);