Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/common/include/
Dsocket.h54 Result sendRawUdp(in_addr_t source,
/device/generic/goldfish/dhcp/common/
Dsocket.cpp166 Result Socket::sendRawUdp(in_addr_t source, in sendRawUdp() function in Socket
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp536 Result res = mSocket.sendRawUdp(INADDR_ANY, in sendMessage()