HomeSort by relevance Sort by last modified time
    Searched full:nl_debug (Results 1 - 7 of 7) 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) \
  /system/extras/tests/net_test/
sock_diag.py 104 NL_DEBUG = []
132 if "ALL" not in self.NL_DEBUG and "SOCK" not in self.NL_DEBUG:
netlink.py 63 NL_DEBUG = []
iproute.py 404 if "ALL" not in self.NL_DEBUG and subject not in self.NL_DEBUG:

Completed in 3249 milliseconds