Home
last modified time | relevance | path

Searched refs:sendTo (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/wifi/ipv6proxy/
Dsocket.h99 Result sendTo(const sockaddr& destination,
104 Result sendTo(const in6_addr& destination, const void* data, size_t size);
108 Result sendTo(const T& destination, const void* data, size_t size) { in sendTo() function
109 return sendTo(*reinterpret_cast<const sockaddr*>(&destination), in sendTo()
Dsocket.cpp187 Result Socket::sendTo(const sockaddr& destination, in sendTo() function in Socket
202 Result Socket::sendTo(const in6_addr& destination, in sendTo() function in Socket
209 return sendTo(*reinterpret_cast<sockaddr*>(&addr), in sendTo()
Drouter.cpp147 Result res = mSocket.sendTo(netlinkAddress, data, size); in sendNetlinkMessage()
Dproxy.cpp237 res = to.icmpSocket().sendTo(packet.ip()->ip6_dst, in forward()