Home
last modified time | relevance | path

Searched refs:RTM_F_CLONED (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Drtnetlink.h235 #define RTM_F_CLONED 0x200 macro
/aosp12/system/core/libsysutils/src/
H A DNetlinkEvent.cpp369 (rtm->rtm_flags & RTM_F_CLONED)) { in parseRtMessage()