Home | History | Annotate | Download | only in src

Lines Matching refs:problem

671   char *comma = NULL, *problem = NULL;
735 problem = _("bad dhcp-option");
792 problem = _("bad IP address");
891 problem = _("bad domain in dhcp-option");
950 problem = _("dhcp-option too long");
952 if (!problem)
959 problem = _("illegal dhcp-match");
973 return problem;
981 char *comma, *problem = NULL;;
1115 problem = "Android does not support log facilities";
1124 problem = "bad log facility";
1135 problem = _("only one dhcp-hostsfile allowed");
1142 problem = _("only one dhcp-optsfile allowed");
1187 problem = _("bad MX preference");
1192 problem = _("bad MX name");
1206 problem = _("bad MX target");
1216 problem = _("cannot run scripts under uClinux");
1218 problem = _("recompile with HAVE_SCRIPT defined to enable lease-change scripts");
1446 problem = _("bad port");
1450 problem = _("bad port");
1469 problem = _("interface binding not supported");
1494 problem = _("interface binding not supported");
1615 problem = _("bad port range");
1632 problem = _("bad bridge-interface");
1699 problem = _("only one netid tag allowed");
1744 problem = _("inconsistent DHCP range");
1916 problem = _("bad DHCP host name");
1941 problem = parse_dhcp_opt(arg,
2205 problem = _("invalid port number");
2288 problem = _("invalid alias range");
2301 problem = _("bad interface name");
2326 problem = _("bad CNAME");
2331 problem = _("duplicate CNAME");
2351 problem = _("bad PTR record");
2382 problem = _("bad NAPTR record");
2455 problem = _("bad TXT record");
2471 problem = _("bad SRV record");
2478 ) problem = _("bad SRV target");
2485 problem = _("invalid port number");
2492 problem = _("invalid priority");
2499 problem = _("invalid weight");
2522 if (problem)
2523 return problem;