HomeSort by: relevance | last modified time | path
    Searched refs:tun_fwd_ifnames (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
serverloop.c 102 char *tun_fwd_ifnames = NULL; variable
584 tmp = tun_fwd_ifnames;
585 xasprintf(&tun_fwd_ifnames, "%s%s%s",
586 tun_fwd_ifnames == NULL ? "" : tun_fwd_ifnames,
587 tun_fwd_ifnames == NULL ? "" : ",",
session.c 130 extern char *tun_fwd_ifnames; /* serverloop.c */
970 if (tun_fwd_ifnames != NULL)
971 child_set_env(&env, &envsize, "SSH_TUNNEL", tun_fwd_ifnames);

Completed in 24 milliseconds