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

1 2 3 4

  /external/libnl/lib/route/
rule.c 73 [RTA_PRIORITY] = { .type = NLA_U32 },
111 if (tb[RTA_PRIORITY]) {
112 rule->r_prio = nla_get_u32(tb[RTA_PRIORITY]);
429 NLA_PUT_U32(msg, RTA_PRIORITY, tmpl->r_prio);
route_obj.c 843 [RTA_PRIORITY] = { .type = NLA_U32 },
978 if (tb[RTA_PRIORITY])
979 rtnl_route_set_priority(route, nla_get_u32(tb[RTA_PRIORITY]));
1113 NLA_PUT_U32(msg, RTA_PRIORITY, route->rt_prio);
  /external/dhcpcd/
if-linux.c 276 case RTA_PRIORITY:
591 add_attr_32(&nlm->hdr, sizeof(*nlm), RTA_PRIORITY, rt->metric);
  /external/iproute2/include/linux/
rtnetlink.h 275 RTA_PRIORITY,
  /external/libnl/include/linux/
rtnetlink.h 266 RTA_PRIORITY,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
rtnetlink.h 274 RTA_PRIORITY,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 275 RTA_PRIORITY,
  /external/iproute2/ip/
iproute.c 259 tb[RTA_PRIORITY] &&
260 *(int*)RTA_DATA(tb[RTA_PRIORITY]) == -1)
406 if (tb[RTA_PRIORITY])
407 fprintf(fp, " metric %u ", rta_getattr_u32(tb[RTA_PRIORITY]));
777 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);
    [all...]
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 255 RTA_PRIORITY,
  /development/ndk/platforms/android-21/include/linux/
rtnetlink.h 255 RTA_PRIORITY,
  /development/ndk/platforms/android-3/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 288 RTA_PRIORITY,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
rtnetlink.h 210 RTA_PRIORITY,

Completed in 151 milliseconds

1 2 3 4