Searched refs:temp_host (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_parse.y560 struct host_decl *temp_host = hostlist;
561 while (temp_host)
563 if (temp_host->iaidinfo.iaid == host->iaidinfo.iaid) {
568 temp_host = temp_host->next;
584 struct host_decl *temp_host = hostlist;
585 while (temp_host)
587 if (!strcmp(temp_host->name, $2)) {
591 temp_host = temp_host
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_parse.y560 struct host_decl *temp_host = hostlist;
561 while (temp_host)
563 if (temp_host->iaidinfo.iaid == host->iaidinfo.iaid) {
568 temp_host = temp_host->next;
584 struct host_decl *temp_host = hostlist;
585 while (temp_host)
587 if (!strcmp(temp_host->name, $2)) {
591 temp_host = temp_host
[all...]

Completed in 45 milliseconds