Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh.c2225 char *cp, *tun_fwd_ifname = NULL; in ssh_session2() local
2231 ssh_init_forwarding(ssh, &tun_fwd_ifname); in ssh_session2()
2238 "T", tun_fwd_ifname == NULL ? "NONE" : tun_fwd_ifname, in ssh_session2()