/external/wpa_supplicant_8/src/drivers/ |
netlink.h | 13 struct ifinfomsg; 17 void (*newlink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf, 19 void (*dellink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
|
netlink.c | 24 void (*cb)(void *ctx, struct ifinfomsg *ifi, 28 if (cb == NULL || NLMSG_PAYLOAD(h, 0) < sizeof(struct ifinfomsg)) 31 (u8 *) NLMSG_DATA(h) + NLMSG_ALIGN(sizeof(struct ifinfomsg)), 32 NLMSG_PAYLOAD(h, sizeof(struct ifinfomsg))); 145 struct ifinfomsg ifinfo; 154 req.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
|
priv_netlink.h | 91 struct ifinfomsg struct
|
/external/android-clat/ |
netlink_msg.h | 16 * netlink_msg.h - send an ifaddrmsg/ifinfomsg via netlink 23 struct nl_msg *nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi);
|
netlink_msg.c | 16 * netlink_msg.c - send an ifaddrmsg/ifinfomsg/rtmsg via netlink 87 * allocates a netlink message with a struct ifinfomsg inside of it. returns NULL on failure 90 * ifi - ifinfomsg to copy into the new netlink message 92 struct nl_msg *nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi) {
|
/external/iproute2/ip/ |
link_veth.c | 42 hdr->nlmsg_len += sizeof(struct ifinfomsg);
|
link_gre.c | 47 struct ifinfomsg i; 50 struct ifinfomsg *ifi = (struct ifinfomsg *)(n + 1);
|
/external/iproute2/include/ |
libnetlink.h | 92 ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 95 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_link.h | 89 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 90 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_link.h | 89 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 90 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_link.h | 89 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 90 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/external/iproute2/include/linux/ |
if_link.h | 125 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 126 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/external/kernel-headers/original/linux/ |
if_link.h | 127 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 128 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/system/core/libsysutils/src/ |
NetlinkEvent.cpp | 83 struct ifinfomsg *ifi; 90 ifi = (ifinfomsg *)NLMSG_DATA(nh);
|
/development/ndk/platforms/android-3/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
rtnetlink.h | 488 struct ifinfomsg struct 599 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) 600 #define IFLA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifinfomsg))
|