Home
last modified time | relevance | path

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

/external/libnl/include/linux/
Drtnetlink.h314 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h354 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/external/iproute2/include/linux/
Drtnetlink.h356 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro