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