Searched refs:fixed_proxy_ss (Results 1 – 1 of 1) sorted by relevance
123 struct sockaddr_storage fixed_server_ss, fixed_proxy_ss; variable459 if (fixed_proxy && bind(s->server_fd, sstosa(&fixed_proxy_ss), in handle_connection()460 fixed_proxy_ss.ss_len) != 0) { in handle_connection()712 memcpy(&fixed_proxy_ss, res->ai_addr, res->ai_addrlen); in main()714 sock_ntop(sstosa(&fixed_proxy_ss))); in main()