Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vntsd/
H A Dlisten.c286 int newsockfd; in vntsd_listen_thread() local
311 newsockfd = accept(groupp->sockfd, (struct sockaddr *)&cli_addr, in vntsd_listen_thread()
315 thr_self(), newsockfd); in vntsd_listen_thread()
317 if (newsockfd <= 0) { in vntsd_listen_thread()
330 rv = auth_check_fd(newsockfd, groupp->group_name); in vntsd_listen_thread()
335 (void) close(newsockfd); in vntsd_listen_thread()
342 (void) close(newsockfd); in vntsd_listen_thread()
348 rv = vntsd_set_telnet_options(newsockfd); in vntsd_listen_thread()
350 (void) close(newsockfd); in vntsd_listen_thread()
353 rv = create_console_thread(groupp, newsockfd); in vntsd_listen_thread()
[all …]