Searched refs:ifconfig_ipv6_local (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.c524 const char *ifconfig_ipv6_local = NULL; local
541 ifconfig_ipv6_local = print_in6_addr (tt->local_ipv6, 0, &gc);
549 setenv_str (es, "ifconfig_ipv6_local", ifconfig_ipv6_local);
631 const char *ifconfig_ipv6_local = NULL; local
654 ifconfig_ipv6_local = print_in6_addr (tt->local_ipv6, 0, &gc);
722 ifconfig_ipv6_local,
758 ifconfig_ipv6_local,
834 ifconfig_ipv6_local,
860 ifconfig_ipv6_local, t
2487 const char * ifconfig_ipv6_local = local
4983 const char *ifconfig_ipv6_local; local
[all...]
H A Doptions.h227 const char *ifconfig_ipv6_local; member in struct:options
H A Dhelper.c189 o->ifconfig_ipv6_local =
H A Doptions.c1441 SHOW_STR (ifconfig_ipv6_local);
2063 if (options->ifconfig_ipv6_pool_defined && !options->ifconfig_ipv6_local )
2065 if (options->ifconfig_ipv6_local && !options->tun_ipv6 )
2938 o->ifconfig_ipv6_local,
4339 if (options->ifconfig_ipv6_local)
4341 free ((char *) options->ifconfig_ipv6_local);
4343 options->ifconfig_ipv6_local = ipv6_local;
5768 if ( ! options->ifconfig_ipv6_local ||
5769 ! get_ipv6_addr( options->ifconfig_ipv6_local, &remote,
H A Dinit.c1392 c->options.ifconfig_ipv6_local,

Completed in 92 milliseconds