Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dchannels.c2668 const char *address_to_bind; in channel_request_remote_forwarding() local
2671 address_to_bind = "127.0.0.1"; in channel_request_remote_forwarding()
2673 address_to_bind = "localhost"; in channel_request_remote_forwarding()
2677 address_to_bind = "0.0.0.0"; in channel_request_remote_forwarding()
2679 address_to_bind = ""; in channel_request_remote_forwarding()
2681 address_to_bind = listen_host; in channel_request_remote_forwarding()
2686 packet_put_cstring(address_to_bind); in channel_request_remote_forwarding()