Searched refs:IFLA_RTA (Results 1 - 8 of 8) sorted by relevance

/external/libnl/include/linux/
H A Dif_link.h90 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) macro
/external/iproute2/include/
H A Dlibnetlink.h113 #ifndef IFLA_RTA
114 #define IFLA_RTA(r) \ macro
/external/iproute2/include/linux/
H A Dif_link.h148 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) macro
/external/iproute2/lib/
H A Dll_map.c62 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), IFLA_PAYLOAD(n));
/external/kernel-headers/original/uapi/linux/
H A Dif_link.h155 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) macro
/external/iproute2/ip/
H A Dlink_gre.c87 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(&req.i), len);
H A Dipaddress.c381 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), len);
/external/iproute2/misc/
H A Difstat.c100 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), len);

Completed in 360 milliseconds