Searched defs:NL_DUMP_LINE (Results 1 - 2 of 2) sorted by relevance

/external/libnl/include/netlink/
H A Dtypes.h22 NL_DUMP_LINE, /**< Dump object briefly on one line */ enumerator in enum:nl_dump_type
/external/libnl/python/netlink/
H A Dcore.py76 NL_DUMP_LINE = 0 variable
274 def __init__(self, type_=NL_DUMP_LINE):
301 _defaultDumpParams = DumpParams(NL_DUMP_LINE)

Completed in 234 milliseconds