Searched defs:IFA_RTA (Results 1 - 5 of 5) sorted by relevance

/external/dnsmasq/src/
H A Dnetlink.c26 #ifndef IFA_RTA
27 # define IFA_RTA(r) \ macro
189 struct rtattr *rta = IFA_RTA(ifa);
/external/iproute2/include/
H A Dlibnetlink.h105 #ifndef IFA_RTA
106 #define IFA_RTA(r) \ macro
/external/iproute2/include/linux/
H A Dif_addr.h56 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) macro
/external/kernel-headers/original/uapi/linux/
H A Dif_addr.h63 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) macro
/external/libnl/include/linux/
H A Dif_addr.h58 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) macro

Completed in 185 milliseconds