Searched refs:listen_s (Results 1 – 1 of 1) sorted by relevance
568 SOCKET listen_s; in MHD_W32_pair_of_sockets_() local573 listen_s = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); in MHD_W32_pair_of_sockets_()574 if (INVALID_SOCKET == listen_s) in MHD_W32_pair_of_sockets_()580 if (0 == bind(listen_s, (struct sockaddr*) &listen_addr, c_addinlen) in MHD_W32_pair_of_sockets_()581 && 0 == listen(listen_s, 1) in MHD_W32_pair_of_sockets_()582 && 0 == getsockname(listen_s, (struct sockaddr*) &listen_addr, in MHD_W32_pair_of_sockets_()594 SOCKET server_s = accept(listen_s, in MHD_W32_pair_of_sockets_()608 closesocket(listen_s); in MHD_W32_pair_of_sockets_()619 closesocket(listen_s); in MHD_W32_pair_of_sockets_()