Searched refs:g_sock_fd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c132 static int g_sock_fd = NO_OPENED_SOCKET; variable
332 if (g_sock_fd != NO_OPENED_SOCKET) {
338 if ((g_sock_fd = st_local_socket(AF_INET, SOCK_STREAM,
346 if ((g_sock_fd = st_local_socket(AF_INET, SOCK_DGRAM,
354 if ((g_sock_fd = st_local_socket(AF_INET, SOCK_RAW, 0)) < 0) {
443 if (g_sock_fd == NO_OPENED_SOCKET) {
479 if (st_local_bind(g_sock_fd, (struct sockaddr *)&local_addr,
494 if (g_sock_fd == NO_OPENED_SOCKET) {
502 if (st_local_listen(g_sock_fd, atoi(tmp)) < 0) {
517 if (g_sock_fd
[all...]

Completed in 143 milliseconds