Searched refs:SOCKET_CALL (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | sockets.c | 935 #define SOCKET_CALL(cmd) \ macro 945 SOCKET_CALL(send(fd, buf, buflen, 0)) in socket_send() 951 SOCKET_CALL(send(fd, buf, buflen, MSG_OOB)); in socket_send_oob() 963 SOCKET_CALL(sendto(fd, buf, buflen, 0, &sa, salen)); in socket_sendto() 969 SOCKET_CALL(recv(fd, buf, len, 0)); in socket_recv() 998 SOCKET_CALL(connect(fd,&addr,addrlen)); in socket_connect() 1010 SOCKET_CALL(bind(fd, &addr, addrlen)); in socket_bind() 1044 SOCKET_CALL(listen(fd, backlog)); in socket_listen()
|