Searched refs:rtm_tos (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diprule.c121 if (r->rtm_tos) {
122 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));
253 req.r.rtm_tos = tos;
H A Diproute.c707 req.r.rtm_tos = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diprule.c120 if (r->rtm_tos) {
122 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));
241 req.r.rtm_tos = tos;
H A Diproute.c182 if ((filter.tos^r->rtm_tos)&filter.tosmask)
333 if (r->rtm_tos && filter.tosmask != -1) {
335 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));
717 req.r.rtm_tos = tos;
1254 req.r.rtm_tos = 0;
1263 req.r.rtm_tos = tos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h145 unsigned char rtm_tos; member in struct:rtmsg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h146 unsigned char rtm_tos; member in struct:rtmsg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1136 r->rtm_tos, r->rtm_table, r->rtm_protocol,
1167 r->rtm_tos, r->rtm_table, r->rtm_protocol,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_table.c306 rtm->rtm_tos = 0;
H A Ddn_route.c1482 r->rtm_tos = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_frontend.c474 cfg->fc_tos = rtm->rtm_tos;
H A Dfib_semantics.c973 rtm->rtm_tos = tos;
H A Droute.c2696 r->rtm_tos = rt->fl.fl4_tos;
2826 err = ip_route_input(skb, dst, src, rtm->rtm_tos, dev);
2838 .tos = rtm->rtm_tos,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c2136 rtm->rtm_tos = 0;

Completed in 98 milliseconds