Searched refs:temp_cb (Results 1 – 1 of 1) sorted by relevance
255 dhcp_ddns_ns_t *temp_cb; in find_in_ns_queue() local260 for(temp_cb = dns_outstanding_ns; in find_in_ns_queue()261 temp_cb != NULL; in find_in_ns_queue()262 temp_cb = temp_cb->next) { in find_in_ns_queue()263 temp_len = strlen(temp_cb->zname); in find_in_ns_queue()266 if (strcmp(temp_cb->zname, in find_in_ns_queue()