HomeSort by relevance Sort by last modified time
    Searched defs:NL_DUMP_LINE (Results 1 - 2 of 2) sorted by null

  /external/libnl/include/netlink/
types.h 22 NL_DUMP_LINE, /**< Dump object briefly on one line */
  /external/libnl/python/netlink/
core.py 76 NL_DUMP_LINE = 0
274 def __init__(self, type_=NL_DUMP_LINE):
301 _defaultDumpParams = DumpParams(NL_DUMP_LINE)

Completed in 769 milliseconds