Home
last modified time | relevance | path

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

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