Searched refs:SendTo (Results 101 - 110 of 110) sorted by relevance

12345

/external/chromium_org/net/dns/
H A Dmdns_client_impl.cc110 int rv = socket_->SendTo(buffer.get(),
/external/chromium_org/net/udp/
H A Dudp_socket_unittest.cc68 int rv = socket->SendTo(
H A Dudp_socket_win.cc368 int UDPSocketWin::SendTo(IOBuffer* buf, function in class:net::UDPSocketWin
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver.cc49 // Calls SendTo on the given socket and logs any bad results.
53 int result = socket->SendTo(bytes, size, addr, options);
55 LOG(LS_ERROR) << "SendTo wrote only " << result << " of " << size
58 LOG_ERR(LS_ERROR) << "SendTo";
H A Dport_unittest.cc176 virtual int SendTo( function in class:TestPort
859 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr, function in class:FakeAsyncPacketSocket
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc235 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr) { function in class:rtc::VirtualSocket
H A Dphysicalsocketserver.cc286 int SendTo(const void* buffer, size_t length, const SocketAddress& addr) { function in class:rtc::PhysicalSocket
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_win.cc352 int32_t UdpSocket2Windows::SendTo(const int8_t* buf, int32_t len, function in class:webrtc::test::UdpSocket2Windows
360 "UdpSocket2Windows(%d)::SendTo(), len= %d < 0",
369 "UdpSocket2Windows(%d)::SendTo(), pIoContext==0",
381 "UdpSocket2Windows(%d)::SendTo(), len= %d > buffer_size = %d",
422 "UdpSocket2Windows::SendTo() WSAerror: %d",error);
436 "UdpSocket2Windows(%d)::SendTo(), error:%d pushing ioContext",
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1660 return iface->SendTo(udp_socket, buffer, num_bytes, addr, *callback);
4186 return iface->SendTo(udp_socket, buffer, num_bytes, addr, *callback);
4230 return iface->SendTo(udp_socket, buffer, num_bytes, addr, *callback);
4279 return iface->SendTo(udp_socket, buffer, num_bytes, addr, *callback);
4922 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t num_bytes, PP_Resource addr, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_UDPSocket_SendTo,
5643 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t num_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_UDPSocket_Private_SendTo,
5654 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t num_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback callback))&Pnacl_M19_PPB_UDPSocket_Private_SendTo,
5666 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t num_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback callback))&Pnacl_M23_PPB_UDPSocket_Private_SendTo,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc1586 error = handle->SendTo(buf, len, flags, addr, addrlen, &out_len);

Completed in 829 milliseconds

12345