Searched refs:dumpPacket (Results 1 - 4 of 4) sorted by relevance
/external/ppp/pppd/plugins/rp-pppoe/ |
H A D | debug.c | 75 *%FUNCTION: dumpPacket 86 dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir) function
|
H A D | discovery.c | 294 dumpPacket(conn->debugFile, &packet, "SENT"); 360 dumpPacket(conn->debugFile, &packet, "RCVD"); 478 dumpPacket(conn->debugFile, &packet, "SENT"); 536 dumpPacket(conn->debugFile, &packet, "RCVD");
|
H A D | pppoe.h | 290 void dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir);
|
H A D | common.c | 466 dumpPacket(conn->debugFile, &packet, "SENT");
|
Completed in 105 milliseconds