Home | History | Annotate | Download | only in lib

Lines Matching refs:nl_cli_fatal

28 		nl_cli_fatal(ENOMEM, "Unable to allocate route object");
39 nl_cli_fatal(err, "Unable to allocate route cache: %s\n",
62 nl_cli_fatal(err, "Unable to set destination address: %s",
75 nl_cli_fatal(err, "Unable to set source address: %s",
88 nl_cli_fatal(err, "Unable to set preferred source address: %s",
119 nl_cli_fatal(EINVAL, "Unknown metric token \"%s\"", arg);
122 nl_cli_fatal(EINVAL, "Invalid metric \"%s\"", tokens[ret]);
125 nl_cli_fatal(EINVAL, "Metric \"%s\", no value given", tokens[ret]);
129 nl_cli_fatal(EINVAL, "Metric \"%s\", value not numeric", tokens[ret]);
132 nl_cli_fatal(ret, "Unable to set metric: %s",
158 nl_cli_fatal(ENOMEM, "Out of memory");
163 nl_cli_fatal(EINVAL, "Unknown nexthop token \"%s\"", arg);
166 nl_cli_fatal(EINVAL, "Missing argument to option \"%s\"\n",
172 nl_cli_fatal(ENOENT,"Link \"%s\" does not exist", arg);
186 nl_cli_fatal(EINVAL,
206 nl_cli_fatal(EINVAL, "Unknown table name \"%s\"", arg);
222 nl_cli_fatal(EINVAL, "Invalid priority value, not numeric");
231 nl_cli_fatal(EINVAL, "Unknown routing scope \"%s\"", arg);
245 nl_cli_fatal(EINVAL,
261 nl_cli_fatal(EINVAL, "Unknown routing type \"%s\"", arg);
264 nl_cli_fatal(ival, "Unable to set routing type: %s",
273 nl_cli_fatal(ENOENT, "Link \"%s\" does not exist", arg);