Searched refs:NO_OPENED_SOCKET (Results 1 – 1 of 1) sorted by relevance
129 #define NO_OPENED_SOCKET -1 macro132 static int g_sock_fd = NO_OPENED_SOCKET;133 static int save_g_sock_fd = NO_OPENED_SOCKET;332 if (g_sock_fd != NO_OPENED_SOCKET) { in st_socket()443 if (g_sock_fd == NO_OPENED_SOCKET) { in st_get_addr_and_port()494 if (g_sock_fd == NO_OPENED_SOCKET) { in st_listen()517 if (g_sock_fd == NO_OPENED_SOCKET) { in st_accept()583 if (g_sock_fd == NO_OPENED_SOCKET) { in st_send()633 if (g_sock_fd == NO_OPENED_SOCKET) { in st_recv()671 if (g_sock_fd == NO_OPENED_SOCKET) { in st_recvfrom()[all …]