Home
last modified time | relevance | path

Searched refs:socket_sendto (Results 1 – 7 of 7) sorted by relevance

/external/qemu/
Dsockets.h349 int socket_sendto( int fd, const void* buf, int buflen, const SockAddress* to );
Dsockets.c955 socket_sendto(int fd, const void* buf, int buflen, const SockAddress* to) in socket_sendto() function
Dqemu-char-android.c1750 return socket_sendto(s->fd, (const void *)buf, len, &s->daddr); in udp_chr_write()
Dnet-android.c1634 return socket_sendto(s->fd, buf, size, &s->dgram_dst); in net_socket_receive_dgram()
/external/qemu/slirp-android/
Dip_icmp.c155 if(socket_sendto(so->s, icmp_ping_msg, strlen(icmp_ping_msg), &addr) < 0) { in icmp_input()
Dsocket.c578 ret = socket_sendto(so->s, m->m_data, m->m_len,&addr); in sosendto()
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1092 … 'socket_sendto','socket_sendmsg','socket_send','socket_select','socket_recvmsg','socket_recvfrom',