HomeSort by relevance Sort by last modified time
    Searched full:sendto (Results 1 - 25 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
sendto.S 4 .globl sendto
6 .ent sendto
8 sendto: label
22 .end sendto
  /bionic/libc/arch-arm/syscalls/
sendto.S 6 ENTRY(sendto) function
18 END(sendto)
  /bionic/libc/arch-x86/syscalls/
sendto.S 6 ENTRY(sendto) function
25 END(sendto)
  /external/chromium/net/udp/
udp_server_socket.cc 28 int UDPServerSocket::SendTo(IOBuffer* buf,
32 return socket_.SendTo(buf, buf_len, address, callback);
udp_server_socket.h 31 virtual int SendTo(IOBuffer* buf,
udp_socket.h 34 // RecvFrom/SendTo // Each read can come from a different client
  /development/tools/axl/
udpServer.py 24 svrsocket.sendto("%3.3s%s" % (count, buf), address)
  /hardware/qcom/power/
power.c 76 rc = sendto(client_sockfd, data, strlen(data), 0, (const struct sockaddr *)&client_addr, sizeof(struct sockaddr_un));
79 rc = sendto(client_sockfd, data, strlen(data), 0, (const struct sockaddr *)&client_addr, sizeof(struct sockaddr_un));
127 rc = sendto(client_sockfd, data, strlen(data), 0, (const struct sockaddr *)&client_addr, sizeof(struct sockaddr_un));
  /bionic/libc/bionic/
send.c 33 return (ssize_t) sendto(socket, buf, buflen, flags, NULL, 0);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunport.cc 185 int StunPort::SendTo(const void* data, size_t size,
187 int sent = socket_->SendTo(data, size, addr);
248 // TODO: merge this with SendTo above.
251 if (socket_->SendTo(data, size, sreq->server_addr()) < 0)
252 PLOG(LERROR, socket_->GetError()) << "sendto";
udpport.cc 82 int UDPPort::SendTo(const void* data, size_t size,
84 int sent = socket_->SendTo(data, size, addr);
  /development/apps/Fallback/
AndroidManifest.xml 20 <action android:name="android.intent.action.SENDTO" />
34 <action android:name="android.intent.action.SENDTO" />
  /external/chromium/third_party/libjingle/source/talk/base/
asyncsocket.h 77 virtual int SendTo(const void* pv, size_t cb, const SocketAddress& addr) {
78 return socket_->SendTo(pv, cb, addr);
asyncudpsocket.cc 79 int AsyncUDPSocket::SendTo(
81 return socket_->SendTo(pv, cb, addr);
  /frameworks/av/media/libstagefright/rtsp/
UDPPusher.cpp 88 ssize_t n = sendto(
133 ssize_t n = sendto(
  /system/extras/tests/bionic/libc/common/
test_udp.c 113 if (sendto(s, buf, BUFLEN, 0, (struct sockaddr*)&si_other, slen)==-1)
114 diep("sendto()");
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 204 if (sendto(fd, (void *)&req, sizeof(req), 0,
207 perror("sendto failed");
323 if (sendto(fd, &packet, sizeof(packet), 0,
326 perror("sendto failed");
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 167 @Override public int sendto(FileDescriptor fd, ByteBuffer buffer, int flags, InetAddress inetAddress, int port) throws ErrnoException, SocketException { method in class:BlockGuardOs
169 return os.sendto(fd, buffer, flags, inetAddress, port);
172 @Override public int sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, InetAddress inetAddress, int port) throws ErrnoException, SocketException { method in class:BlockGuardOs
177 return os.sendto(fd, bytes, byteOffset, byteCount, flags, inetAddress, port);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXdmcp.so.6 
libXdmcp.so.6.0 
libXdmcp.so.6.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXdmcp.so.6 
libXdmcp.so.6.0 
libXdmcp.so.6.0.0 
  /external/sepolicy/
access_vectors 59 sendto
259 sendto
700 sendto

Completed in 3225 milliseconds

1 2 3 4 5 6 7 8 91011>>