Home
last modified time | relevance | path

Searched refs:receivePacket (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dif.c237 receivePacket(int sock, PPPoEPacket *pkt, int *size) in receivePacket() function
Dpppoe-discovery.c240 receivePacket(int sock, PPPoEPacket *pkt, int *size) in receivePacket() function
545 receivePacket(conn->discoverySocket, &packet, &len); in waitForPADO()
Dpppoe.h265 int receivePacket(int sock, PPPoEPacket *pkt, int *size);
Ddiscovery.c391 receivePacket(conn->discoverySocket, &packet, &len); in waitForPADO()
576 receivePacket(conn->discoverySocket, &packet, &len); in waitForPADS()
/external/openthread/src/posix/platform/
Dudp.cpp180 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()