Searched refs:address_to_bind (Results 1 – 1 of 1) sorted by relevance
2355 const char *address_to_bind; in channel_request_remote_forwarding() local2358 address_to_bind = "127.0.0.1"; in channel_request_remote_forwarding()2360 address_to_bind = "localhost"; in channel_request_remote_forwarding()2364 address_to_bind = "0.0.0.0"; in channel_request_remote_forwarding()2366 address_to_bind = ""; in channel_request_remote_forwarding()2368 address_to_bind = listen_host; in channel_request_remote_forwarding()2373 packet_put_cstring(address_to_bind); in channel_request_remote_forwarding()