Home
last modified time | relevance | path

Searched refs:IFLA_RTA (Results 1 – 7 of 7) sorted by relevance

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