Searched refs:ifconfig_local (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.c424 const char *ifconfig_local = NULL; local
490 ifconfig_local = print_in_addr_t (tt->local, 0, &gc);
507 setenv_str (es, "ifconfig_local", ifconfig_local);
628 const char *ifconfig_local = NULL; local
649 ifconfig_local = print_in_addr_t (tt->local, 0, &gc);
700 ifconfig_local,
710 ifconfig_local,
736 ifconfig_local,
745 ifconfig_local,
[all...]
H A Dhelper.c284 o->ifconfig_local = print_in_addr_t (o->server_network + 1, 0, &o->gc);
303 o->ifconfig_local = print_in_addr_t (o->server_network + 1, 0, &o->gc);
330 o->ifconfig_local = print_in_addr_t (o->server_network + 1, 0, &o->gc);
H A Dpush.c296 in_addr_t ifconfig_local = c->c2.push_ifconfig_local; local
299 ifconfig_local = c->c2.push_ifconfig_local_alias;
302 print_in_addr_t (ifconfig_local, 0, &gc),
H A Dmisc.h69 const char *ifconfig_local,
H A Doptions.h225 const char *ifconfig_local; member in struct:options
H A Dmisc.c68 const char *ifconfig_local,
86 if (!ifconfig_local)
87 ifconfig_local = "";
101 ifconfig_local, ifconfig_remote,
120 ifconfig_local, ifconfig_remote,
61 run_up_down(const char *command, const struct plugin_list *plugins, int plugin_type, const char *arg, const char *dev_type, int tun_mtu, int link_mtu, const char *ifconfig_local, const char* ifconfig_remote, const char *context, const char *signal_text, const char *script_type, struct env_set *es) argument
H A Doptions.c1437 SHOW_STR (ifconfig_local);
1903 if (string_defined_equal (ce->remote, options->ifconfig_local)
1907 if (string_defined_equal (ce->local, options->ifconfig_local)
1911 if (string_defined_equal (options->ifconfig_local, options->ifconfig_remote_netmask))
1946 if (dev == DEV_TYPE_TUN && !(pull || (options->ifconfig_local && options->ifconfig_remote_netmask)))
1950 && !(pull || (options->ifconfig_local && options->ifconfig_remote_netmask)))
2936 o->ifconfig_local,
4315 options->ifconfig_local = p[1];
H A Dinit.c934 if (options->ce.remote || options->ifconfig_local
1390 c->options.ifconfig_local,
2459 if (o->pull && o->ifconfig_local && c->first_time)

Completed in 260 milliseconds