HomeSort by relevance Sort by last modified time
    Searched defs:rtmsg (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/libnl/lib/route/
neightbl.c 127 struct rtgenmsg *rtmsg; local
137 rtmsg = nlmsg_data(n);
139 err = nlmsg_parse(n, sizeof(*rtmsg), tb, NDTA_MAX, neightbl_policy);
143 ntbl->nt_family = rtmsg->rtgen_family;
route_obj.c 1009 struct rtmsg *rtm;
1024 err = nlmsg_parse(nlh, sizeof(struct rtmsg), tb, RTA_MAX, route_policy);
1184 struct rtmsg rtmsg = { local
1197 rtmsg.rtm_dst_len = nl_addr_get_prefixlen(route->rt_dst);
1199 rtmsg.rtm_src_len = nl_addr_get_prefixlen(route->rt_src);
1202 rtmsg.rtm_scope = rtnl_route_guess_scope(route);
1207 rtmsg.rtm_flags |= nh->rtnh_flags;
1210 if (nlmsg_append(msg, &rtmsg, sizeof(rtmsg), NLMSG_ALIGNTO) < 0
    [all...]
  /development/ndk/platforms/android-21/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /external/libnl/include/linux-private/linux/
rtnetlink.h 163 struct rtmsg { struct
291 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
292 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
rtnetlink.h 157 struct rtmsg struct
289 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
290 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 163 struct rtmsg { struct
291 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
292 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/
rtnetlink.h 170 struct rtmsg { struct
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
275 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))

Completed in 1615 milliseconds

1 2 3 4 5