Searched refs:ntplist (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dserver6_conf.c284 if (TAILQ_EMPTY(&current->ntplist))
285 dhcp6_copy_list(&current->ntplist, &up->ntplist);
H A Dserver6_conf.h54 struct dhcp6_list ntplist; member in struct:scope
H A Dconfig.h86 struct dhcp6_list ntplist; member in struct:dhcp6_if
309 extern struct dhcp6_list ntplist;
H A Dserver6_parse.y186 TAILQ_INIT(&ifnetwork->ifscope.ntplist);
249 TAILQ_INIT(&link->linkscope.ntplist);
344 TAILQ_INIT(&pool->poolscope.ntplist);
544 TAILQ_INIT(&groupscope->ntplist);
603 TAILQ_INIT(&host->hostscope.ntplist);
846 dhcp6_add_listval(&currentscope->scope->ntplist, &$1,
H A Ddhcp6s.c255 TAILQ_INIT(&globalgroup->scope.ntplist);
734 ntplist = subnet->linkscope.ntplist;
742 ntplist = host->hostscope.ntplist;
847 if (dhcp6_copy_list(&roptinfo.ntp_list, &ntplist)) {
1012 if (dhcp6_copy_list(&roptinfo.ntp_list, &ntplist)) {
H A Dcommon.c88 struct dhcp6_list ntplist; variable in typeref:struct:dhcp6_list

Completed in 120 milliseconds