Home
last modified time | relevance | path

Searched defs:NLM_F_DUMP_INTR (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/atf_python/sys/netlink/
H A Dbase_headers.py37 NLM_F_DUMP_INTR = 0x10 variable in NlmBaseFlags
/freebsd/sys/netlink/
H A Dnetlink.h112 #define NLM_F_DUMP_INTR 0x10 /* Dump was inconsistent due to sequence change */ macro