Lines Matching refs:EINVAL
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()
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()
186 nl_cli_fatal(EINVAL, in nl_cli_route_parse_nexthop()
205 nl_cli_fatal(EINVAL, "Unknown table name \"%s\"", arg); in nl_cli_route_parse_table()
218 nl_cli_fatal(EINVAL, "Invalid priority value, not numeric"); in nl_cli_route_parse_prio()
227 nl_cli_fatal(EINVAL, "Unknown routing scope \"%s\"", arg); in nl_cli_route_parse_scope()
240 nl_cli_fatal(EINVAL, in nl_cli_route_parse_protocol()
253 nl_cli_fatal(EINVAL, "Unknown routing type \"%s\"", arg); in nl_cli_route_parse_type()