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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/zebra/
H A Dzebra_fpm_netlink.c132 u_char rtm_protocol; member in struct:netlink_route_info_t_
249 ri->rtm_protocol = RTPROT_UNSPEC;
259 ri->rtm_protocol = netlink_proto_from_route_type (rib->type);
357 req->r.rtm_protocol = ri->rtm_protocol;
454 nl_rtproto_to_str (ri->rtm_protocol),
H A Drt_netlink.c702 if (rtm->rtm_protocol == RTPROT_REDIRECT)
704 if (rtm->rtm_protocol == RTPROT_KERNEL)
711 if (rtm->rtm_protocol == RTPROT_ZEBRA)
868 lookup (rtproto_str, rtm->rtm_protocol));
890 if (rtm->rtm_protocol == RTPROT_REDIRECT)
892 if (rtm->rtm_protocol == RTPROT_KERNEL)
895 if (rtm->rtm_protocol == RTPROT_ZEBRA && h->nlmsg_type == RTM_NEWROUTE)
1398 req.r.rtm_protocol = RTPROT_ZEBRA;
1683 req.r.rtm_protocol = RTPROT_ZEBRA;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/zebra/
H A Dzebra_fpm_netlink.c132 u_char rtm_protocol; member in struct:netlink_route_info_t_
249 ri->rtm_protocol = RTPROT_UNSPEC;
259 ri->rtm_protocol = netlink_proto_from_route_type (rib->type);
357 req->r.rtm_protocol = ri->rtm_protocol;
454 nl_rtproto_to_str (ri->rtm_protocol),
H A Drt_netlink.c702 if (rtm->rtm_protocol == RTPROT_REDIRECT)
704 if (rtm->rtm_protocol == RTPROT_KERNEL)
711 if (rtm->rtm_protocol == RTPROT_ZEBRA)
868 lookup (rtproto_str, rtm->rtm_protocol));
890 if (rtm->rtm_protocol == RTPROT_REDIRECT)
892 if (rtm->rtm_protocol == RTPROT_KERNEL)
895 if (rtm->rtm_protocol == RTPROT_ZEBRA && h->nlmsg_type == RTM_NEWROUTE)
1398 req.r.rtm_protocol = RTPROT_ZEBRA;
1683 req.r.rtm_protocol = RTPROT_ZEBRA;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/zebra/
H A Dzebra_fpm_netlink.c132 u_char rtm_protocol; member in struct:netlink_route_info_t_
249 ri->rtm_protocol = RTPROT_UNSPEC;
259 ri->rtm_protocol = netlink_proto_from_route_type (rib->type);
357 req->r.rtm_protocol = ri->rtm_protocol;
454 nl_rtproto_to_str (ri->rtm_protocol),
H A Drt_netlink.c702 if (rtm->rtm_protocol == RTPROT_REDIRECT)
704 if (rtm->rtm_protocol == RTPROT_KERNEL)
711 if (rtm->rtm_protocol == RTPROT_ZEBRA)
868 lookup (rtproto_str, rtm->rtm_protocol));
890 if (rtm->rtm_protocol == RTPROT_REDIRECT)
892 if (rtm->rtm_protocol == RTPROT_KERNEL)
895 if (rtm->rtm_protocol == RTPROT_ZEBRA && h->nlmsg_type == RTM_NEWROUTE)
1398 req.r.rtm_protocol = RTPROT_ZEBRA;
1683 req.r.rtm_protocol = RTPROT_ZEBRA;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/linux/
H A Dgetroute.c64 req.r.rtm_protocol = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/linux/
H A Dgetroute.c64 req.r.rtm_protocol = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/linux/
H A Dgetroute.c64 req.r.rtm_protocol = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/ip/
H A Diproute.c161 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask)
391 if (r->rtm_protocol != RTPROT_BOOT && filter.protocolmask != -1)
392 fprintf(fp, " proto %s ", rtnl_rtprot_n2a(r->rtm_protocol, b1, sizeof(b1)));
731 req.r.rtm_protocol = RTPROT_BOOT;
925 req.r.rtm_protocol = prot;
1373 req.r.rtm_protocol = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/ip/
H A Diproute.c161 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask)
391 if (r->rtm_protocol != RTPROT_BOOT && filter.protocolmask != -1)
392 fprintf(fp, " proto %s ", rtnl_rtprot_n2a(r->rtm_protocol, b1, sizeof(b1)));
731 req.r.rtm_protocol = RTPROT_BOOT;
925 req.r.rtm_protocol = prot;
1373 req.r.rtm_protocol = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/ip/
H A Diproute.c161 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask)
391 if (r->rtm_protocol != RTPROT_BOOT && filter.protocolmask != -1)
392 fprintf(fp, " proto %s ", rtnl_rtprot_n2a(r->rtm_protocol, b1, sizeof(b1)));
731 req.r.rtm_protocol = RTPROT_BOOT;
925 req.r.rtm_protocol = prot;
1373 req.r.rtm_protocol = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/include/linux/
H A Drtnetlink.h170 unsigned char rtm_protocol; /* Routing protocol; see below */ member in struct:rtmsg
200 /* rtm_protocol */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/phonet/
H A Dpn_netlink.c182 rtm->rtm_protocol = RTPROT_STATIC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/libiproute/
H A Diprule.c206 req.r.rtm_protocol = RTPROT_BOOT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/phonet/
H A Dpn_netlink.c182 rtm->rtm_protocol = RTPROT_STATIC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/libiproute/
H A Diprule.c206 req.r.rtm_protocol = RTPROT_BOOT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/libiproute/
H A Diprule.c206 req.r.rtm_protocol = RTPROT_BOOT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/include/linux/
H A Drtnetlink.h170 unsigned char rtm_protocol; /* Routing protocol; see below */ member in struct:rtmsg
200 /* rtm_protocol */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Drtnetlink.h170 unsigned char rtm_protocol; /* Routing protocol; see below */ member in struct:rtmsg
200 /* rtm_protocol */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Drtnetlink.h170 unsigned char rtm_protocol; /* Routing protocol; see below */ member in struct:rtmsg
200 /* rtm_protocol */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Drtnetlink.h170 unsigned char rtm_protocol; /* Routing protocol; see below */ member in struct:rtmsg
200 /* rtm_protocol */

Completed in 149 milliseconds

123