Searched refs:is_client (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c2761 int is_client, int gateway_ports)
2770 } else if (gateway_ports || is_client) {
2772 strcmp(listen_addr, "0.0.0.0") == 0 && is_client == 0) ||
2774 (!is_client && gateway_ports == 1))
2790 int sock, r, success = 0, wildcard = 0, is_client; local
2798 is_client = (type == SSH_CHANNEL_PORT_LISTENER);
2811 is_client, gateway_ports);
2760 channel_fwd_bind_addr(const char *listen_addr, int *wildcardp, int is_client, int gateway_ports) argument

Completed in 64 milliseconds