Searched refs:rtm_protocol (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drt_netlink.c567 if (rtm->rtm_protocol == RTPROT_REDIRECT)
569 if (rtm->rtm_protocol == RTPROT_KERNEL)
576 if (rtm->rtm_protocol == RTPROT_ZEBRA)
669 lookup (rtproto_str, rtm->rtm_protocol));
691 if (rtm->rtm_protocol == RTPROT_REDIRECT)
693 if (rtm->rtm_protocol == RTPROT_KERNEL)
696 if (rtm->rtm_protocol == RTPROT_ZEBRA && h->nlmsg_type == RTM_NEWROUTE)
1148 req.r.rtm_protocol = RTPROT_ZEBRA;
1217 req.r.rtm_protocol = RTPROT_ZEBRA;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diproute.c176 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask)
359 if (r->rtm_protocol != RTPROT_BOOT && filter.protocolmask != -1)
360 fprintf(fp, " proto %s ", rtnl_rtprot_n2a(r->rtm_protocol, b1, sizeof(b1)));
678 req.r.rtm_protocol = RTPROT_BOOT;
836 req.r.rtm_protocol = prot;
1249 req.r.rtm_protocol = 0;
H A Diprule.c205 req.r.rtm_protocol = RTPROT_BOOT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diprule.c214 req.r.rtm_protocol = RTPROT_BOOT;
H A Diproute.c341 req.r.rtm_protocol = RTPROT_BOOT;
382 req.r.rtm_protocol = prot;
702 req.r.rtm_protocol = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_table.c314 rtm->rtm_protocol = fi->fib_protocol;
684 (!r->rtm_protocol ||
685 fi->fib_protocol == r->rtm_protocol) &&
H A Ddn_fib.c296 fi->fib_protocol = r->rtm_protocol;
567 req.rtm.rtm_protocol = RTPROT_KERNEL;
H A Ddn_route.c1488 r->rtm_protocol = RTPROT_UNSPEC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h148 unsigned char rtm_protocol; /* Routing protocol; see below */ member in struct:rtmsg
179 /* rtm_protocol */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c2022 cfg->fc_protocol = rtm->rtm_protocol;
2151 rtm->rtm_protocol = rt->rt6i_protocol;
2153 rtm->rtm_protocol = RTPROT_REDIRECT;
2155 rtm->rtm_protocol = RTPROT_KERNEL;
2157 rtm->rtm_protocol = RTPROT_RA;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h149 unsigned char rtm_protocol; /* Routing protocol; see below */ member in struct:rtmsg
180 /* rtm_protocol */
/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/ipv4/
H A Dfib_frontend.c476 cfg->fc_protocol = rtm->rtm_protocol;
H A Dfib_semantics.c979 rtm->rtm_protocol = fi->fib_protocol;
H A Droute.c2701 r->rtm_protocol = RTPROT_UNSPEC;

Completed in 114 milliseconds