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

/freebsd-13-stable/crypto/openssh/
H A Dserverloop.c104 char *tun_fwd_ifnames = NULL; variable
578 tmp = tun_fwd_ifnames;
579 xasprintf(&tun_fwd_ifnames, "%s%s%s",
580 tun_fwd_ifnames == NULL ? "" : tun_fwd_ifnames,
581 tun_fwd_ifnames == NULL ? "" : ",",
H A Dsession.c146 extern char *tun_fwd_ifnames; /* serverloop.c */
1223 if (tun_fwd_ifnames != NULL)
1224 child_set_env(&env, &envsize, "SSH_TUNNEL", tun_fwd_ifnames);

Completed in 48 milliseconds