Home
last modified time | relevance | path

Searched refs:address_to_bind (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2355 const char *address_to_bind; in channel_request_remote_forwarding() local
2358 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()