Searched defs:ifaddrmsg (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/linux/
H A Dif_addr.h7 struct ifaddrmsg { struct
56 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
57 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
/external/kernel-headers/original/uapi/linux/
H A Dif_addr.h7 struct ifaddrmsg { struct
23 * If present, the value from struct ifaddrmsg will be ignored.
63 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
64 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
/external/libnl/include/linux/
H A Dif_addr.h6 struct ifaddrmsg struct
58 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
59 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))

Completed in 1651 milliseconds