Searched refs:rtm_type (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diprule.c147 if (r->rtm_type == RTN_NAT) {
156 } else if (r->rtm_type != RTN_UNICAST)
157 fprintf(fp, "%s", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
217 req.r.rtm_type = RTN_UNSPEC;
221 req.r.rtm_type = RTN_UNICAST;
282 req.r.rtm_type = RTN_NAT;
293 req.r.rtm_type = type;
H A Diproute.c123 if (r->rtm_type != RTN_LOCAL) {
127 if (r->rtm_type == RTN_LOCAL) {
177 r->rtm_type == RTN_UNREACHABLE &&
201 if (r->rtm_type != RTN_UNICAST && !filter.type) {
202 fprintf(fp, "%s ", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
343 req.r.rtm_type = RTN_UNICAST;
411 req.r.rtm_type = type;
451 if (req.r.rtm_type == RTN_LOCAL || req.r.rtm_type == RTN_NAT)
453 else if (req.r.rtm_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diprule.c147 if (r->rtm_type == RTN_NAT) {
156 } else if (r->rtm_type != RTN_UNICAST)
157 fprintf(fp, "%s", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
208 req.r.rtm_type = RTN_UNSPEC;
212 req.r.rtm_type = RTN_UNICAST;
271 req.r.rtm_type = RTN_NAT;
282 req.r.rtm_type = type;
H A Diproute.c162 if (r->rtm_type != RTN_LOCAL)
165 if (r->rtm_type == RTN_LOCAL)
180 if ((filter.type^r->rtm_type)&filter.typemask)
268 r->rtm_type == RTN_UNREACHABLE &&
292 if (r->rtm_type != RTN_UNICAST && !filter.type)
293 fprintf(fp, "%s ", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
544 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) {
561 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) {
680 req.r.rtm_type = RTN_UNICAST;
871 req.r.rtm_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dkernel_socket.c451 if (rtm->rtm_type != RTM_GET
468 if ((rtm->rtm_type == RTM_ADD) && ! (flags & RTF_UP))
494 if (rtm->rtm_type == RTM_GET || rtm->rtm_type == RTM_ADD)
519 if (rtm->rtm_type == RTM_GET || rtm->rtm_type == RTM_ADD)
578 msg.rtm.rtm_type = message;
681 if (mes->key == rtm->rtm_type)
764 switch (rtm->rtm_type)
H A Drt_netlink.c549 if (rtm->rtm_type != RTN_UNICAST)
668 rtm->rtm_type == RTN_UNICAST ? "unicast" : "multicast",
671 if (rtm->rtm_type != RTN_UNICAST)
1152 req.r.rtm_type = RTN_BLACKHOLE;
1154 req.r.rtm_type = RTN_UNICAST;
1221 req.r.rtm_type = RTN_BLACKHOLE;
1223 req.r.rtm_type = RTN_UNICAST;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Droute.c66 rtma.rtma_rtm.rtm_type = message;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Droute.c66 rtma.rtma_rtm.rtm_type = message;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-bsd.c282 switch (rtm->rtm_type) {
291 daemon_log(LOG_DEBUG, "%s: rtm_type %d ignored", __func__, rtm->rtm_type);
315 assert(rtm->rtm.rtm_type == RTM_IFANNOUNCE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_fib.c279 if (r->rtm_type > RTN_MAX)
282 if (dn_fib_props[r->rtm_type].scope > r->rtm_scope)
335 if (r->rtm_type == RTN_NAT) {
342 if (dn_fib_props[r->rtm_type].error) {
370 if (r->rtm_type != RTN_LOCAL || rta->rta_dst == NULL ||
569 req.rtm.rtm_type = type;
H A Ddn_table.c311 rtm->rtm_type = type;
508 int type = r->rtm_type;
682 (!r->rtm_type || f->fn_type == r->rtm_type) &&
H A Ddn_route.c1485 r->rtm_type = rt->rt_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface-pfroute.c213 if(rtm->rtm_type == RTM_NEWADDR)
229 assert(rtm->rtm_type == RTM_DELADDR);
250 switch (rtm->rtm_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h150 unsigned char rtm_type; /* See below */ member in struct:rtmsg
155 /* rtm_type */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h151 unsigned char rtm_type; /* See below */ member in struct:rtmsg
156 /* rtm_type */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c2024 if (rtm->rtm_type == RTN_UNREACHABLE)
2144 rtm->rtm_type = RTN_UNREACHABLE;
2146 rtm->rtm_type = RTN_LOCAL;
2148 rtm->rtm_type = RTN_UNICAST;
H A Dip6mr.c1770 rtm->rtm_type = RTN_MULTICAST;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1137 r->rtm_scope, r->rtm_type, r->rtm_flags);
1168 r->rtm_scope, r->rtm_type, r->rtm_flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_frontend.c478 cfg->fc_type = rtm->rtm_type;
H A Dfib_semantics.c976 rtm->rtm_type = type;
H A Dipmr.c1636 rtm->rtm_type = RTN_MULTICAST;
H A Droute.c2699 r->rtm_type = rt->rt_type;

Completed in 216 milliseconds