Home
last modified time | relevance | path

Searched refs:socket_send (Results 1 – 14 of 14) sorted by relevance

/external/qemu/slirp-android/
Dif.c58 ret = socket_send(fd, bptr, n);
65 ret = socket_send(fd, bptr+total, n-total);
Dsocket.c408 nn = socket_send(so->s, iov[0].iov_base, iov[0].iov_len); in sowrite()
425 ret = socket_send(so->s, iov[1].iov_base, iov[1].iov_len); in sowrite()
Dslirp.c544 ret = socket_send(so->s, (const void *)&ret, 0); in slirp_select_poll()
590 ret = socket_send(so->s, &ret, 0); in slirp_select_poll()
/external/qemu/android/
Dqemu-setup.c204 if (socket_send(s, temp, strlen(temp)) < 0) { in report_console()
355 socket_send(s, tmp, 18+4); in android_emulation_setup()
Dconsole.c232 ret = socket_send( client->sock, buff, len); in control_control_write()
/external/qemu/
Dmigration-tcp-android.c39 return socket_send(s->fd, buf, size); in socket_write()
Dsockets.h347 int socket_send ( int fd, const void* buf, int buflen );
Dqemu-char-android.c488 return socket_send(fd, buf, len1); in send_all()
1988 socket_send(fd, (char *)buf, 3); in tcp_chr_telnet_init()
1990 socket_send(fd, (char *)buf, 3); in tcp_chr_telnet_init()
1992 socket_send(fd, (char *)buf, 3); in tcp_chr_telnet_init()
1994 socket_send(fd, (char *)buf, 3); in tcp_chr_telnet_init()
Dnet-android.c1626 socket_send(s->fd, (const uint8_t *)&len, sizeof(len)); in net_socket_receive()
1627 return socket_send(s->fd, buf, size); in net_socket_receive()
Dsockets.c943 socket_send(int fd, const void* buf, int buflen) in socket_send() function
Dvnc-android.c993 ret = socket_send(vs->csock, data, datalen); in vnc_client_write_buf()
/external/qemu/telephony/
Dsysdeps_qemu.c275 int ret = socket_send(channel->fd, buf, len); in sys_channel_write()
/external/qemu/proxy/
Dproxy_common.c134 int n = socket_send(fd, str->s + conn->str_pos, avail); in proxy_connection_send()
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1092 … 'socket_sendto','socket_sendmsg','socket_send','socket_select','socket_recvmsg','socket_recvfrom',