Searched refs:tun_fwd_ifnames (Results 1 – 2 of 2) sorted by relevance
98 char *tun_fwd_ifnames = NULL; variable538 tmp = tun_fwd_ifnames; in server_request_tun()539 xasprintf(&tun_fwd_ifnames, "%s%s%s", in server_request_tun()540 tun_fwd_ifnames == NULL ? "" : tun_fwd_ifnames, in server_request_tun()541 tun_fwd_ifnames == NULL ? "" : ",", in server_request_tun()
151 extern char *tun_fwd_ifnames; /* serverloop.c */1183 if (tun_fwd_ifnames != NULL) in do_setup_env()1184 child_set_env(&env, &envsize, "SSH_TUNNEL", tun_fwd_ifnames); in do_setup_env()