Searched refs:local_res_temp (Results 1 – 2 of 2) sorted by relevance
436 struct addrinfo *local_res_temp; in set_up_server() local500 local_res_temp = local_res; in set_up_server()502 while((local_res_temp != NULL) && (not_listening)) { in set_up_server()508 server_control = socket(local_res_temp->ai_family,SOCK_STREAM,0); in set_up_server()528 local_res_temp->ai_addr, in set_up_server()529 local_res_temp->ai_addrlen) != SOCKET_ERROR) && in set_up_server()540 local_res_temp = local_res_temp->ai_next; in set_up_server()
2640 struct addrinfo *local_res_temp; in establish_control_internal() local2736 local_res_temp = local_res; in establish_control_internal()2749 control_sock = socket(local_res_temp->ai_family, in establish_control_internal()2767 local_res_temp->ai_addr, in establish_control_internal()2768 local_res_temp->ai_addrlen) == 0) { in establish_control_internal()2813 if ((local_res_temp = local_res_temp->ai_next) == NULL) { in establish_control_internal()2816 local_res_temp = local_res; in establish_control_internal()