Home
last modified time | relevance | path

Searched refs:NLM_F_APPEND (Results 1 – 5 of 5) sorted by relevance

/third_party/libnl/include/netlink/
Dnetlink-kernel.h139 #define NLM_F_APPEND 0x800
/third_party/libnl/include/linux-private/linux/
Dnetlink.h71 #define NLM_F_APPEND 0x800 /* Add to end of list */ macro
/third_party/libnl/python/netlink/
Dcore.py93 NLM_F_APPEND = 0x800 variable
/third_party/toybox/toys/pending/
Dip.c2143 return route_update(++argv , NLM_F_CREATE|NLM_F_APPEND); in iproute()
/third_party/libnl/doc/
Dcore.txt539 #define NLM_F_APPEND 0x800
545 - `NLM_F_APPEND` - Add object at end of list.