Home | History | Annotate | Download | only in dist

Lines Matching defs:value2

1182 	int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0;
2096 value2 = 0; /* timeout */
2101 else if ((value2 = convtime(arg)) >= 0)
2110 options->control_persist_timeout = value2;
2130 value = a2tun(arg, &value2);
2138 options->tun_remote = value2;
2261 value2 = value;
2262 else if ((value2 = parse_ipqos(arg)) == -1) {
2267 if (value2 == INT_MIN) {
2271 value2 = INT_MAX;
2275 options->ip_qos_bulk = value2;
2494 value2 = 0; /* unlimited lifespan by default */
2497 if ((value2 = convtime(arg2)) == -1) {
2503 if ((value2 = convtime(arg)) == -1) {
2516 options->add_keys_to_agent_lifespan = value2;