Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c85 static int st_local_socket_close(int);
155 st_local_socket_close(int sd) in st_local_socket_close() function
759 (void) st_local_socket_close(listen_fd); in st_echo()
764 (void) st_local_socket_close(listen_fd); in st_echo()
768 (void) st_local_socket_close(newfd); in st_echo()
781 (void) st_local_socket_close(newfd); in st_echo()
901 if (st_local_socket_close(g_sock_fd) < 0) { in st_sock_close()