Searched refs:RTNH_NEXT (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/include/linux/
H A Drtnetlink.h324 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/external/libnl/include/linux/
H A Drtnetlink.h314 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h336 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/external/iproute2/ip/
H A Diproute.c622 nh = RTNH_NEXT(nh);
693 rtnh = RTNH_NEXT(rtnh);
/external/libnl/lib/route/
H A Droute_obj.c900 rtnh = RTNH_NEXT(rtnh);

Completed in 446 milliseconds