Searched refs:IFA_PAYLOAD (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/linux/
H A Dif_addr.h57 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) macro
/external/kernel-headers/original/uapi/linux/
H A Dif_addr.h64 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) macro
/external/libnl/include/linux/
H A Dif_addr.h59 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) macro
/external/iproute2/include/
H A Dlibnetlink.h109 #ifndef IFA_PAYLOAD
110 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) macro
/external/iproute2/ip/
H A Dipaddress.c979 parse_rtattr(tb, IFA_MAX, IFA_RTA(ifa), IFA_PAYLOAD(n));
/external/toybox/toys/pending/
H A Dip.c1369 int rt_len = IFA_PAYLOAD(addr_ptr);

Completed in 489 milliseconds