Searched refs:PPPoEPacket (Results 1 – 6 of 6) sorted by relevance
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe.h | 186 } PPPoEPacket; typedef 262 UINT16_t etherType(PPPoEPacket *packet); 264 int sendPacket(PPPoEConnection *conn, int sock, PPPoEPacket *pkt, int size); 265 int receivePacket(int sock, PPPoEPacket *pkt, int *size); 270 void dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir); 272 int parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra); 274 void syncReadFromPPP(PPPoEConnection *conn, PPPoEPacket *packet); 275 void asyncReadFromPPP(PPPoEConnection *conn, PPPoEPacket *packet); 281 PPPoEPacket *packet, int len); 283 void clampMSS(PPPoEPacket *packet, char const *dir, int clampMss); [all …]
|
D | if.c | 75 etherType(PPPoEPacket *packet) in etherType() 204 sendPacket(PPPoEConnection *conn, int sock, PPPoEPacket *pkt, int size) in sendPacket() 237 receivePacket(int sock, PPPoEPacket *pkt, int *size) in receivePacket() 239 if ((*size = recv(sock, pkt, sizeof(PPPoEPacket), 0)) < 0) { in receivePacket()
|
D | pppoe-discovery.c | 80 etherType(PPPoEPacket *packet) in etherType() 206 sendPacket(PPPoEConnection *conn, int sock, PPPoEPacket *pkt, int size) in sendPacket() 240 receivePacket(int sock, PPPoEPacket *pkt, int *size) in receivePacket() 242 if ((*size = recv(sock, pkt, sizeof(PPPoEPacket), 0)) < 0) { in receivePacket() 262 parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra) in parsePacket() 342 packetIsForMe(PPPoEConnection *conn, PPPoEPacket *packet) in packetIsForMe() 445 PPPoEPacket packet; in sendPADI() 514 PPPoEPacket packet; in waitForPADO()
|
D | common.c | 45 parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra) in parsePacket() 98 PPPoEPacket packet; in sendPADT() 170 void pppoe_printpkt(PPPoEPacket *packet, in pppoe_printpkt() 281 void pppoe_log_packet(const char *prefix, PPPoEPacket *packet) in pppoe_log_packet()
|
D | discovery.c | 105 packetIsForMe(PPPoEConnection *conn, PPPoEPacket *packet) in packetIsForMe() 265 PPPoEPacket packet; in sendPADI() 352 PPPoEPacket packet; in waitForPADO() 452 PPPoEPacket packet; in sendPADR() 545 PPPoEPacket packet; in waitForPADS()
|
D | debug.c | 86 dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir) in dumpPacket()
|