HomeSort by relevance Sort by last modified time
    Searched refs:nl_perror (Results 1 - 5 of 5) sorted by null

  /external/libnl/tests/
test-nf-cache-mngr.c 34 nl_perror("nl_cache_mngr_alloc");
40 nl_perror("nl_cache_mngr_add(netfilter/ct)");
47 nl_perror("nl_cache_mngr_poll()");
test-socket-creation.c 20 nl_perror("Unable to allocate socket");
  /external/libnl/include/netlink/
errno.h 53 extern void nl_perror(int, const char *);
  /external/libnl/lib/
error.c 72 void nl_perror(int error, const char *s) function
  /system/extras/taskstats/
taskstats.c 309 nl_perror(ret, "Unable to open netlink socket (are you root?)");
315 nl_perror(family_id, "Unable to determine taskstats family id "
322 nl_perror(ret, "Failed to query taskstats");

Completed in 147 milliseconds