Searched defs:NLM_F_MATCH (Results 1 - 4 of 4) sorted by relevance

/external/libnl/include/linux-private/linux/
H A Dnetlink.h56 #define NLM_F_MATCH 0x200 /* return all matching */ macro
58 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
/external/iproute2/include/linux/
H A Dnetlink.h61 #define NLM_F_MATCH 0x200 /* return all matching */ macro
63 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h61 #define NLM_F_MATCH 0x200 /* return all matching */ macro
63 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
/external/libnl/python/netlink/
H A Dcore.py86 NLM_F_MATCH = 0x200 variable
88 NLM_F_DUMP = NLM_F_ROOT | NLM_F_MATCH

Completed in 152 milliseconds