Home | History | Annotate | Download | only in vpn

Lines Matching defs:config

373   map<string, string> config;
379 driver_->Notify("up", config);
387 driver_->Notify("up", config);
391 map<string, string> config;
436 driver_->Notify("up", config);
635 map<string, string> config;
638 driver_->ParseIPConfiguration(config, &props);
643 driver_->ParseIPConfiguration(config, &props);
648 config["ifconfig_remotE"] = "255.255.0.0";
649 driver_->ParseIPConfiguration(config, &props);
653 config["ifconfig_loCal"] = "4.5.6.7";
654 config["ifconfiG_broadcast"] = "1.2.255.255";
655 config["ifconFig_netmAsk"] = "255.255.255.0";
656 config["ifconfig_remotE"] = "33.44.55.66";
657 config["route_vpN_gateway"] = "192.168.1.1";
658 config["trusted_ip"] = "99.88.77.66";
659 config["tun_mtu"] = "1000";
660 config["foreign_option_2"] = "dhcp-option DNS 4.4.4.4";
661 config["foreign_option_1"] = "dhcp-option DNS 1.1.1.1";
662 config["foreign_option_3"] = "dhcp-option DNS 2.2.2.2";
663 config["route_network_2"] = kNetwork2;
664 config["route_network_1"] = kNetwork1;
665 config["route_netmask_2"] = kNetmask2;
666 config["route_netmask_1"] = kNetmask1;
667 config["route_gateway_2"] = kGateway2;
668 config["route_gateway_1"] = kGateway1;
669 config["foo"] = "bar";
670 driver_->ParseIPConfiguration(config, &props);
698 driver_->ParseIPConfiguration(config, &props_without_gateway);
703 config["redirect_gateway"] = "def1";
705 driver_->ParseIPConfiguration(config, &props_with_override);