HomeSort by relevance Sort by last modified time
    Searched refs:socket_sendto (Results 1 - 8 of 8) sorted by null

  /external/qemu/include/android/
sockets.h 370 int socket_sendto( int fd, const void* buf, int buflen, const SockAddress* to );
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 375 int socket_sendto( int fd, const void* buf, int buflen, const SockAddress* to );
sockets.c 976 socket_sendto(int fd, const void* buf, int buflen, const SockAddress* to) function
    [all...]
  /external/qemu/slirp-android/
ip_icmp.c 155 if(socket_sendto(so->s, icmp_ping_msg, strlen(icmp_ping_msg), &addr) < 0) {
socket.c 599 ret = socket_sendto(so->s, m->m_data, m->m_len,&addr);
  /external/qemu/android/
sockets.c 977 socket_sendto(int fd, const void* buf, int buflen, const SockAddress* to) function
    [all...]
  /external/qemu/net/
net-android.c     [all...]
  /external/qemu/
qemu-char.c     [all...]

Completed in 94 milliseconds