Home
last modified time | relevance | path

Searched refs:receiveRawUdp (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/dhcp/common/include/
Dsocket.h69 Result receiveRawUdp(uint16_t expectedPort,
/device/generic/goldfish/dhcp/common/
Dsocket.cpp267 Result Socket::receiveRawUdp(uint16_t expectedPort, in receiveRawUdp() function in Socket
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp478 Result res = mSocket.receiveRawUdp(PORT_BOOTP_CLIENT, msg, &isValid); in receiveDhcpMessage()