Searched defs:nl_cli_fatal (Results 1 - 1 of 1) sorted by relevance
/external/libnl/src/lib/ |
H A D | utils.c | 27 nl_cli_fatal(EINVAL, "Unable to parse \"%s\", not a number.", 47 void nl_cli_fatal(int err, const char *fmt, ...) function 69 nl_cli_fatal(err, "Unable to connect netlink socket: %s", 80 nl_cli_fatal(ENOBUFS, "Unable to allocate netlink socket"); 91 nl_cli_fatal(err, "Unable to parse address \"%s\": %s", 108 nl_cli_fatal(EINVAL, "Invalid dump type \"%s\".\n", str); 139 nl_cli_fatal(err, "Unable to allocate %s cache: %s",
|
Completed in 119 milliseconds