Searched refs:IFLA_RTA (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/include/ |
D | libnetlink.h | 113 #ifndef IFLA_RTA 114 #define IFLA_RTA(r) \ 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/kernel-headers/original/linux/ |
D | if_link.h | 127 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) macro
|
/external/iproute2/include/linux/ |
D | if_link.h | 148 #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()
|