Home
last modified time | relevance | path

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

/external/openssh/
Dserverloop.c105 char *tun_fwd_ifnames = NULL; variable
626 tmp = tun_fwd_ifnames; in server_request_tun()
627 xasprintf(&tun_fwd_ifnames, "%s%s%s", in server_request_tun()
628 tun_fwd_ifnames == NULL ? "" : tun_fwd_ifnames, in server_request_tun()
629 tun_fwd_ifnames == NULL ? "" : ",", in server_request_tun()
Dsession.c142 extern char *tun_fwd_ifnames; /* serverloop.c */
1184 if (tun_fwd_ifnames != NULL) in do_setup_env()
1185 child_set_env(&env, &envsize, "SSH_TUNNEL", tun_fwd_ifnames); in do_setup_env()