Searched refs:IFA_PAYLOAD (Results 1 – 5 of 5) sorted by relevance
86 #ifndef IFA_PAYLOAD87 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) macro
57 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) macro
61 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) macro
39 int address_message_length = IFA_PAYLOAD(netlink_message_header); in IsDuplicateIPv6AddressUpdate()
912 parse_rtattr(tb, IFA_MAX, IFA_RTA(ifa), IFA_PAYLOAD(n)); in ipaddr_list_or_flush()