Searched refs:receivePacket (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/plugins/rp-pppoe/ |
D | if.c | 237 receivePacket(int sock, PPPoEPacket *pkt, int *size) in receivePacket() function
|
D | pppoe-discovery.c | 240 receivePacket(int sock, PPPoEPacket *pkt, int *size) in receivePacket() function 545 receivePacket(conn->discoverySocket, &packet, &len); in waitForPADO()
|
D | pppoe.h | 265 int receivePacket(int sock, PPPoEPacket *pkt, int *size);
|
D | discovery.c | 391 receivePacket(conn->discoverySocket, &packet, &len); in waitForPADO() 576 receivePacket(conn->discoverySocket, &packet, &len); in waitForPADS()
|