Searched defs:RTNH_NEXT (Results 1 - 3 of 3) sorted by relevance

/external/libnl/include/linux-private/linux/
H A Drtnetlink.h322 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/external/iproute2/include/linux/
H A Drtnetlink.h357 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h362 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro

Completed in 55 milliseconds