Searched refs:debugFile (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c51 conn->debugFile = fopen(optarg, "w");
52 if (!conn->debugFile) {
57 fprintf(conn->debugFile, "pppoe-discovery %s\n", VERSION);
H A Ddiscovery.c293 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,
[all...]
H A Dcommon.c465 if (conn->debugFile) {
466 dumpPacket(conn->debugFile, &packet, "SENT");
467 fprintf(conn->debugFile, "\n");
468 fflush(conn->debugFile);
H A Dpppoe.h266 FILE *debugFile; /* Debug file for dumping packets */ member in struct:PPPoEConnectionStruct

Completed in 80 milliseconds