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