Searched refs:RTM_F_CLONED (Results 1 - 6 of 6) sorted by relevance

/external/libnl/lib/route/
H A Droute.c52 rhdr.rtm_flags |= RTM_F_CLONED;
H A Droute_obj.c134 if (r->rt_flags & RTM_F_CLONED)
168 flags = r->rt_flags & ~(RTM_F_CLONED);
/external/iproute2/ip/
H A Diproute.c142 if (filter.cloned == !(r->rtm_flags&RTM_F_CLONED))
388 if (!(r->rtm_flags&RTM_F_CLONED)) {
441 if ((r->rtm_flags&RTM_F_CLONED) && r->rtm_family == AF_INET) {
494 if ((r->rtm_flags & RTM_F_CLONED) || (ci && ci->rta_expires)) {
497 if (r->rtm_flags & RTM_F_CLONED)
578 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) {
607 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) {
1041 req.rtm.rtm_flags |= RTM_F_CLONED;
/external/iproute2/include/linux/
H A Drtnetlink.h249 #define RTM_F_CLONED 0x200 /* This route is cloned */ macro
/external/libnl/include/linux/
H A Drtnetlink.h239 #define RTM_F_CLONED 0x200 /* This route is cloned */ macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h262 #define RTM_F_CLONED 0x200 /* This route is cloned */ macro

Completed in 717 milliseconds