Home
last modified time | relevance | path

Searched refs:IFA_PAYLOAD (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/include/uapi/linux/
Dif_addr.h66 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) macro
/external/kernel-headers/original/uapi/linux/
Dif_addr.h69 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg)) macro
/external/iproute2/include/
Dlibnetlink.h201 #ifndef IFA_PAYLOAD
202 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ifaddrmsg)) macro
/external/ltp/testcases/lib/
Dtst_net_iface_prefix.c90 attlen = IFA_PAYLOAD(retmsg); in read_iface_prefix()
/external/webrtc/webrtc/base/
Difaddrs-android.cc175 ssize_t payload_len = IFA_PAYLOAD(header); in getifaddrs()
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc2562 rtattrlen = IFA_PAYLOAD(nlmp); in LocalHostAddressIPV6()
/external/iproute2/ip/
Dipaddress.c1891 parse_rtattr(tb, IFA_MAX, IFA_RTA(ifa), IFA_PAYLOAD(n)); in ipaddr_filter()
/external/toybox/toys/pending/
Dip.c1364 int rt_len = IFA_PAYLOAD(addr_ptr); in ipaddr_print()