Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dssh.c2191 char *cp, *tun_fwd_ifname = NULL; in ssh_session2() local
2197 ssh_init_forwarding(ssh, &tun_fwd_ifname); in ssh_session2()
2204 "T", tun_fwd_ifname == NULL ? "NONE" : tun_fwd_ifname, in ssh_session2()