Home | History | Annotate | Download | only in server

Lines Matching defs:logstr

1441 	const char *logstr = NULL;
1479 logstr = "DHCID mismatch, belongs to another client.";
1497 logstr = "Has an address record but no DHCID, not mine.";
1501 logstr = isc_result_totext(eresult);
1505 if (logstr != NULL) {
1509 ddns_address, logstr);
1613 const char *logstr = NULL;
1652 logstr = "an entry that is either static or "
1657 logstr = "static entry of the other protocol type exists.";
1661 logstr = isc_result_totext(eresult);
1665 if (logstr != NULL) {
1669 ddns_address, logstr);