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

/external/libnl/include/linux/
H A Drtnetlink.h317 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0))) macro
/external/iproute2/include/linux/
H A Drtnetlink.h359 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0))) macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h357 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0))) macro
/external/libnl/lib/route/
H A Droute_obj.c870 RTNH_DATA(rtnh),
/external/iproute2/ip/
H A Diproute.c646 parse_rtattr(tb, RTA_MAX, RTNH_DATA(nh), nh->rtnh_len - sizeof(*nh));

Completed in 68 milliseconds