Home
last modified time | relevance | path

Searched refs:destinationSize (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/wifi/ipv6proxy/
Dsocket.h100 size_t destinationSize,
119 size_t destinationSize,
Dsocket.cpp188 size_t destinationSize, in sendTo() argument
195 int res = ::sendto(mSocket, data, size, 0, &destination, destinationSize); in sendTo()
217 size_t destinationSize, in sendFrom() argument
226 messageHeader.msg_namelen = destinationSize; in sendFrom()