Lines Matching full:control_sock
2655 SOCKET control_sock;2771 control_sock = socket(local_res_temp->ai_family,2774 if (control_sock == INVALID_SOCKET) {2788 if (bind(control_sock,2798 if (connect(control_sock,2847 close(control_sock);2862 return(control_sock);