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

/netbsd-current/external/mpl/dhcp/dist/common/
H A Ddns.c259 dhcp_ddns_ns_t *temp_cb; local
264 for(temp_cb = dns_outstanding_ns;
265 temp_cb != NULL;
266 temp_cb = temp_cb->next) {
267 temp_len = strlen(temp_cb->zname);
270 if (strcmp(temp_cb->zname,

Completed in 193 milliseconds