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