Searched refs:RTA_PRIORITY (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diprule.c75 if (tb[RTA_PRIORITY])
76 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[RTA_PRIORITY]));
247 addattr32(&req.n, sizeof(req), RTA_PRIORITY, pref);
H A Diproute.c178 tb[RTA_PRIORITY] &&
179 *(int*)RTA_DATA(tb[RTA_PRIORITY]) == -1)
264 if (tb[RTA_PRIORITY]) {
265 fprintf(fp, " metric %d ", *(uint32_t*)RTA_DATA(tb[RTA_PRIORITY]));
400 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diprule.c76 if (tb[RTA_PRIORITY])
77 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[RTA_PRIORITY]));
235 addattr32(&req.n, sizeof(req), RTA_PRIORITY, pref);
313 if (tb[RTA_PRIORITY]) {
H A Diproute.c269 tb[RTA_PRIORITY] &&
270 *(int*)RTA_DATA(tb[RTA_PRIORITY]) == -1)
374 if (tb[RTA_PRIORITY])
375 fprintf(fp, " metric %d ", *(__u32*)RTA_DATA(tb[RTA_PRIORITY]));
725 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h256 RTA_PRIORITY, enumerator in enum:rtattr_type_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_frontend.c450 [RTA_PRIORITY] = { .type = NLA_U32 },
501 case RTA_PRIORITY:
H A Dfib_semantics.c281 + nla_total_size(4) /* RTA_PRIORITY */
985 NLA_PUT_U32(skb, RTA_PRIORITY, fi->fib_priority);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h256 RTA_PRIORITY, enumerator in enum:rtattr_type_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c1999 [RTA_PRIORITY] = { .type = NLA_U32 },
2056 if (tb[RTA_PRIORITY])
2057 cfg->fc_metric = nla_get_u32(tb[RTA_PRIORITY]);
2106 + nla_total_size(4) /* RTA_PRIORITY */
2191 NLA_PUT_U32(skb, RTA_PRIORITY, rt->rt6i_metric);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_table.c272 + nla_total_size(4); /* RTA_PRIORITY */
316 RTA_PUT(skb, RTA_PRIORITY, 4, &fi->fib_priority);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drt_netlink.c1229 addattr32 (&req.n, sizeof req, RTA_PRIORITY, rib->metric);

Completed in 73 milliseconds