Home
last modified time | relevance | path

Searched refs:dumpPacket (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Ddiscovery.c294 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()
Ddebug.c86 dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir) in dumpPacket() function
Dpppoe.h290 void dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir);
Dcommon.c466 dumpPacket(conn->debugFile, &packet, "SENT"); in sendPADT()