Home
last modified time | relevance | path

Searched refs:send_all (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dqemu-char.c524 int send_all(int fd, const void *buf, int len1) in send_all() function
552 int send_all(int fd, const void *_buf, int len1) in send_all() function
611 return send_all(s->fd_out, buf, len); in fd_chr_write()
937 return send_all(s->fd, buf, len); in pty_chr_write()
1993 return send_all(s->fd, buf, len); in tcp_chr_write()
Dnet.c1502 send_all(s->fd, (const uint8_t *)&len, sizeof(len)); in net_socket_receive()
1503 return send_all(s->fd, buf, size); in net_socket_receive()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c562 mDNSlocal void send_all(dnssd_sock_t s, const char *ptr, int len) in send_all() function
3225 send_all(request->sd, (const char *)&x, sizeof(x)); in handle_getproperty_request()
3231 send_all(request->sd, (const char *)&BadParamErr, sizeof(BadParamErr)); in handle_getproperty_request()
3858 send_all(req->errsd, (const char *)&err_netorder, sizeof(err_netorder)); in request_callback()