HomeSort by relevance Sort by last modified time
    Searched refs:IFLA_PAYLOAD (Results 1 - 8 of 8) sorted by null

  /external/libnfnetlink/src/
iftable.c 66 rtnl_parse_rtattr(cb, IFLA_MAX, IFLA_RTA(ifi_msg), IFLA_PAYLOAD(n));
128 rtnl_parse_rtattr(cb, IFLA_MAX, IFLA_RTA(ifi_msg), IFLA_PAYLOAD(n));
  /bionic/libc/bionic/
net_if.cpp 107 size_t rta_len = IFLA_PAYLOAD(hdr);
ifaddrs.cpp 173 size_t rta_len = IFLA_PAYLOAD(hdr);
  /external/iproute2/lib/
ll_map.c 106 parse_rtattr(tb, IFLA_MAX, IFLA_RTA(ifi), IFLA_PAYLOAD(n));
  /external/iproute2/include/
libnetlink.h 209 #ifndef IFLA_PAYLOAD
210 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ifinfomsg))
  /bionic/libc/kernel/uapi/linux/
if_link.h 151 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct ifinfomsg))
  /external/iproute2/include/uapi/linux/
if_link.h 170 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
  /external/kernel-headers/original/uapi/linux/
if_link.h 179 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))

Completed in 673 milliseconds