Home
last modified time | relevance | path

Searched defs:IFA_RTA (Results 1 – 7 of 7) sorted by relevance

/external/avahi/avahi-core/
Diface-linux.c42 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) macro
/external/libnl/include/linux/
Dif_addr.h58 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) macro
/external/dnsmasq/src/
Dnetlink.c27 # define IFA_RTA(r) \ macro
/external/avahi/avahi-autoipd/
Diface-linux.c48 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) macro
/external/iproute2/include/linux/
Dif_addr.h64 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) macro
/external/kernel-headers/original/uapi/linux/
Dif_addr.h65 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) macro
/external/iproute2/include/
Dlibnetlink.h161 #define IFA_RTA(r) \ macro