• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/

Lines Matching defs:currentscope

194 static struct scopelist *currentscope = NULL;
1649 currentscope = pop_double_list(currentscope);
1690 currentscope = push_double_list(currentscope, &ifnetwork->ifscope);
1691 if (currentscope == NULL)
1710 currentscope = pop_double_list(currentscope);
1746 currentscope = push_double_list(currentscope, &link->linkscope);
1747 if (currentscope == NULL)
1783 currentscope = pop_double_list(currentscope);
1807 currentscope = push_double_list(currentscope, &pool->poolscope);
1808 if (currentscope == NULL)
1958 currentscope = pop_double_list(currentscope);
1981 currentscope = push_double_list(currentscope, groupscope);
1982 if (currentscope == NULL)
2006 currentscope = pop_double_list(currentscope);
2036 currentscope = push_double_list(currentscope, &host->hostscope);
2037 if (currentscope == NULL)
2172 if (!currentscope) {
2173 currentscope = push_double_list(currentscope, &globalgroup->scope);
2174 if (currentscope == NULL)
2183 if (!currentscope) {
2184 currentscope = push_double_list(currentscope, &globalgroup->scope);
2185 if (currentscope == NULL)
2195 if (!currentscope) {
2196 currentscope = push_double_list(currentscope, &globalgroup->scope);
2197 if (currentscope == NULL)
2207 currentscope->scope->allow_flags |= DHCIFF_RAPID_COMMIT;
2209 currentscope->scope->send_flags |= DHCIFF_RAPID_COMMIT;
2217 currentscope->scope->allow_flags |= DHCIFF_TEMP_ADDRS;
2219 currentscope->scope->send_flags |= DHCIFF_TEMP_ADDRS;
2227 currentscope->scope->allow_flags |= DHCIFF_UNICAST;
2229 currentscope->scope->send_flags |= DHCIFF_UNICAST;
2237 currentscope->scope->allow_flags |= DHCIFF_INFO_ONLY;
2239 currentscope->scope->send_flags |= DHCIFF_INFO_ONLY;
2264 dhcp6_add_listval(&currentscope->scope->dnslist.addrlist, &(yyvsp[(1) - (1)].addr),
2272 dhcp6_add_listval(&currentscope->scope->siplist, &(yyvsp[(1) - (1)].addr),
2280 dhcp6_add_listval(&currentscope->scope->ntplist, &(yyvsp[(1) - (1)].addr),
2299 if (currentscope->scope->dnslist.domainlist == NULL) {
2300 currentscope->scope->dnslist.domainlist = domainname;
2303 for (temp = currentscope->scope->dnslist.domainlist; temp;
2319 if (!currentscope) {
2320 currentscope = push_double_list(currentscope, &globalgroup->scope);
2321 if (currentscope == NULL)
2324 currentscope->scope->renew_time = (yyvsp[(2) - (3)].num);
2331 if (!currentscope) {
2332 currentscope = push_double_list(currentscope, &globalgroup->scope);
2333 if (currentscope == NULL)
2336 currentscope->scope->rebind_time = (yyvsp[(2) - (3)].num);
2343 if (!currentscope) {
2344 currentscope = push_double_list(currentscope, &globalgroup->scope);
2345 if (currentscope == NULL)
2348 currentscope->scope->valid_life_time = (yyvsp[(2) - (3)].num);
2349 if (currentscope->scope->prefer_life_time != 0 &&
2350 currentscope->scope->valid_life_time <
2351 currentscope->scope->prefer_life_time) {
2362 if (!currentscope) {
2363 currentscope = push_double_list(currentscope, &globalgroup->scope);
2364 if (currentscope == NULL)
2367 currentscope->scope->prefer_life_time = (yyvsp[(2) - (3)].num);
2368 if (currentscope->scope->valid_life_time != 0 &&
2369 currentscope->scope->valid_life_time <
2370 currentscope->scope->prefer_life_time) {
2381 if (!currentscope) {
2382 currentscope = push_double_list(currentscope, &globalgroup->scope);
2383 if (currentscope == NULL)
2388 currentscope->scope->server_pref = (yyvsp[(2) - (3)].num);