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

  /external/qemu/
sockets.h 349 int socket_sendto( int fd, const void* buf, int buflen, const SockAddress* to );
sockets.c 955 socket_sendto(int fd, const void* buf, int buflen, const SockAddress* to) function
    [all...]
net-android.c     [all...]
qemu-char-android.c     [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 578 ret = socket_sendto(so->s, m->m_data, m->m_len,&addr);

Completed in 155 milliseconds