Searched refs:RTM_RTA (Results 1 - 7 of 7) sorted by relevance

/external/iproute2/ip/
H A Dipprefix.c70 parse_rtattr(tb, RTA_MAX, RTM_RTA(prefix), len);
H A Diprule.c64 parse_rtattr(tb, FRA_MAX, RTM_RTA(r), len);
396 parse_rtattr(tb, FRA_MAX, RTM_RTA(r), len);
H A Dipaddrlabel.c204 parse_rtattr(tb, IFAL_MAX, RTM_RTA(r), len);
H A Diproute.c307 parse_rtattr(tb, RTA_MAX, RTM_RTA(r), len);
1085 parse_rtattr(tb, RTA_MAX, RTM_RTA(r), len);
1487 parse_rtattr(tb, RTA_MAX, RTM_RTA(r), len);
/external/iproute2/include/linux/
H A Drtnetlink.h293 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro
/external/libnl/include/linux/
H A Drtnetlink.h282 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h305 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro

Completed in 176 milliseconds