Home
last modified time | relevance | path

Searched defs:NLM_F_CREATE (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/linux-private/linux/
Dnetlink.h63 #define NLM_F_CREATE 0x400 /* Create, if it does not exist */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h68 #define NLM_F_CREATE 0x400 /* Create, if it does not exist */ macro
/external/iproute2/include/linux/
Dnetlink.h68 #define NLM_F_CREATE 0x400 /* Create, if it does not exist */ macro
/external/libnl/python/netlink/
Dcore.py92 NLM_F_CREATE = 0x400 variable