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