Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dnexthop.c314 __ADD(RTNH_F_PERVASIVE, pervasive)
/external/libnl/include/linux/
Drtnetlink.h305 #define RTNH_F_PERVASIVE 2 /* Do recursive gateway lookup */ macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h341 #define RTNH_F_PERVASIVE 2 /* Do recursive gateway lookup */ macro
/external/iproute2/include/linux/
Drtnetlink.h343 #define RTNH_F_PERVASIVE 2 /* Do recursive gateway lookup */ macro
/external/iproute2/ip/
Diproute.c459 if (r->rtm_flags & RTNH_F_PERVASIVE) in print_route()
693 if (nh->rtnh_flags & RTNH_F_PERVASIVE) in print_route()