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

/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dpppoe-discovery.c496 if (conn->debugFile) {
497 dumpPacket(conn->debugFile, &packet, "SENT");
498 fprintf(conn->debugFile, "\n");
499 fflush(conn->debugFile);
564 if (conn->debugFile) {
565 dumpPacket(conn->debugFile, &packet, "RCVD");
566 fprintf(conn->debugFile, "\n");
567 fflush(conn->debugFile);
704 conn->debugFile = fopen(optarg, "w");
705 if (!conn->debugFile) {
[all...]
H A Dpppoe.h237 FILE *debugFile; /* Debug file for dumping packets */ member in struct:PPPoEConnectionStruct

Completed in 272 milliseconds