Searched refs:IFLA_RTA (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/include/ |
D | libnetlink.h | 113 #ifndef IFLA_RTA 114 #define IFLA_RTA(r) \ macro
|
/external/libnl/include/linux/ |
D | if_link.h | 90 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) macro
|
/external/iproute2/lib/ |
D | ll_map.c | 62 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), IFLA_PAYLOAD(n)); in ll_remember_index()
|
/external/iproute2/include/linux/ |
D | if_link.h | 148 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_link.h | 156 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) macro
|
/external/iproute2/ip/ |
D | link_gre.c | 87 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(&req.i), len); in gre_parse_opt()
|
D | ipaddress.c | 381 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), len); in print_linkinfo()
|
/external/iproute2/misc/ |
D | ifstat.c | 100 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), len); in get_nlmsg()
|
/external/toybox/toys/pending/ |
D | ip.c | 811 struct rtattr *attr = IFLA_RTA(iface); in get_link_info()
|