Searched refs:receivePacket (Results 1 – 5 of 5) 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()
|
/external/openthread/src/posix/platform/ |
D | udp.cpp | 180 otError receivePacket(int aFd, uint8_t *aPayload, uint16_t &aLength, otMessageInfo &aMessageInfo) in receivePacket() function 634 if (OT_ERROR_NONE != receivePacket(fd, payload, length, messageInfo)) in Process()
|