HomeSort by relevance Sort by last modified time
    Searched refs:ifaddrmsg (Results 1 - 25 of 72) sorted by null

1 2 3

  /bionic/libc/kernel/common/linux/
if_addr.h 24 struct ifaddrmsg struct
70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
71 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /external/iproute2/include/linux/
if_addr.h 7 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/linux/
if_addr.h 7 struct ifaddrmsg struct
60 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
61 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_addr.h 6 struct ifaddrmsg struct
57 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
58 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_addr.h 6 struct ifaddrmsg struct
57 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
58 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_addr.h 6 struct ifaddrmsg struct
57 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
58 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /external/android-clat/
netlink_msg.h 16 * netlink_msg.h - send an ifaddrmsg/ifinfomsg via netlink
22 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa);
26 void send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks);
getaddr.c 45 struct ifaddrmsg *ifa_p;
50 ifa_p = (struct ifaddrmsg *)nlmsg_data(nlmsg_hdr(msg));
98 struct ifaddrmsg ifa;
netlink_msg.c 16 * netlink_msg.c - send an ifaddrmsg/ifinfomsg/rtmsg via netlink
77 * allocates a netlink message with a struct ifaddrmsg inside of it. returns NULL on failure
80 * ifa - ifaddrmsg to copy into the new netlink message
82 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa) {
150 * sends a netlink/ifaddrmsg message and hands the responses to the callbacks
153 * ifa - ifaddrmsg to send
156 void send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks) {
setif.c 39 struct ifaddrmsg ifa;
  /external/chromium/net/base/
network_change_notifier_netlink_linux.cc 30 const struct ifaddrmsg* address_message =
31 reinterpret_cast<struct ifaddrmsg*>(NLMSG_DATA(netlink_message_header));
37 const struct ifaddrmsg* address_message =
38 reinterpret_cast<struct ifaddrmsg*>(NLMSG_DATA(netlink_message_header));
  /system/core/include/sysutils/
NetlinkEvent.h 52 bool parseIfAddrMessage(int type, struct ifaddrmsg *ifaddr, int rtasize);
  /external/chromium_org/third_party/libjingle/source/talk/base/
ifaddrs-android.cc 45 ifaddrmsg msg;
80 int set_addresses(struct ifaddrs* ifaddr, ifaddrmsg* msg, void* data,
131 int populate_ifaddrs(struct ifaddrs* ifaddr, ifaddrmsg* msg, void* bytes,
158 ifaddr_request.header.nlmsg_len = NLMSG_LENGTH(sizeof(ifaddrmsg));
185 ifaddrmsg* address_msg =
186 reinterpret_cast<ifaddrmsg*>(NLMSG_DATA(header));
  /external/chromium_org/net/base/
address_tracker_linux.cc 22 const struct ifaddrmsg* msg =
23 reinterpret_cast<struct ifaddrmsg*>(NLMSG_DATA(header));
249 const struct ifaddrmsg* msg =
250 reinterpret_cast<struct ifaddrmsg*>(NLMSG_DATA(header));
251 // Only indicate change if the address is new or ifaddrmsg info has
address_tracker_linux.h 34 typedef std::map<IPAddressNumber, struct ifaddrmsg> AddressMap;
  /system/core/libsysutils/src/
NetlinkEvent.cpp 81 bool NetlinkEvent::parseIfAddrMessage(int type, struct ifaddrmsg *ifaddr,
236 struct ifaddrmsg *ifa;
243 ifa = (ifaddrmsg *)NLMSG_DATA(nh);
  /external/dnsmasq/src/
netlink.c 28 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
188 struct ifaddrmsg *ifa = NLMSG_DATA(h);
  /external/iproute2/include/
libnetlink.h 107 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
110 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /development/ndk/platforms/android-3/include/linux/
rtnetlink.h 321 struct ifaddrmsg struct
360 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
361 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
rtnetlink.h 321 struct ifaddrmsg struct
360 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
361 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
rtnetlink.h 321 struct ifaddrmsg struct
360 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
361 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
rtnetlink.h 321 struct ifaddrmsg struct
360 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
361 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
rtnetlink.h 321 struct ifaddrmsg struct
360 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
361 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
rtnetlink.h 321 struct ifaddrmsg struct
360 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
361 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
rtnetlink.h 321 struct ifaddrmsg struct
360 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
361 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))

Completed in 454 milliseconds

1 2 3