Home | History | Annotate | Download | only in qemu

Lines Matching refs:accept

1075     QSOCKET_CALL(ret, accept(fd, addr.sa, &addrlen));
1381 QSOCKET_CALL(fd, accept( server_fd, NULL, 0 ));
1383 D( "could not accept client connection from fd %d: %s",
1487 /* we need to accept the connection on the server socket
1491 s1 = accept(s0, (struct sockaddr*) &sockin, &len);