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

/external/libnl/include/linux-private/linux/
H A Dnetlink.h62 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
67 4.4BSD ADD NLM_F_CREATE|NLM_F_EXCL
72 Check NLM_F_EXCL
/external/iproute2/include/linux/
H A Dnetlink.h67 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
72 4.4BSD ADD NLM_F_CREATE|NLM_F_EXCL
77 Check NLM_F_EXCL
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h67 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
72 4.4BSD ADD NLM_F_CREATE|NLM_F_EXCL
77 Check NLM_F_EXCL
/external/libnl/python/netlink/
H A Dcore.py91 NLM_F_EXCL = 0x200 variable

Completed in 192 milliseconds