HomeSort by relevance Sort by last modified time
    Searched full:nl_debug (Results 1 - 4 of 4) sorted by null

  /external/libnl/include/netlink/
netlink.h 41 extern int nl_debug;
  /external/libnl/lib/
cache_mngr.c 94 #ifdef NL_DEBUG
95 if (nl_debug >= 4)
114 #ifdef NL_DEBUG
115 if (nl_debug >= 4)
utils.c 26 int nl_debug = 0; variable
39 nl_debug = level;
  /external/libnl/include/
netlink-local.h 71 #define NL_DEBUG 1
75 if (LVL <= nl_debug) \

Completed in 84 milliseconds