Searched refs:rt_type (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv6/
H A Dip6t_rt.h9 u_int32_t rt_type; /* Routing Type */ member in struct:ip6t_rt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_ipv6/
H A Dip6t_rt.h9 u_int32_t rt_type; /* Routing Type */ member in struct:ip6t_rt
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter_ipv6/
H A Dip6t_rt.h9 u_int32_t rt_type; /* Routing Type */ member in struct:ip6t_rt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_rt.c35 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, rt_type)},
126 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 ||
133 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 ||
187 rtinfo->rt_type);
211 rtinfo->rt_type);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibip6t_rt.c35 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, rt_type)},
126 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 ||
133 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 ||
187 rtinfo->rt_type);
211 rtinfo->rt_type);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_rt.c146 rtinfo->rt_type = 0x0L;
171 rtinfo->rt_type = parse_rt_num(argv[optind-1], "type");
203 if ( !(*flags & IP6T_RT_TYP) || (rtinfo->rt_type != 0) || (rtinfo->invflags & IP6T_RT_INV_TYP) )
213 if ( !(*flags & IP6T_RT_TYP) || (rtinfo->rt_type != 0) || (rtinfo->invflags & IP6T_RT_INV_TYP) )
288 rtinfo->rt_type);
314 rtinfo->rt_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6t_rt.c80 rtinfo->rt_type, rh->type,
82 ((rtinfo->rt_type == rh->type) ^
103 ((rtinfo->rt_type == rh->type) ^
196 (rtinfo->rt_type != 0) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddn_route.h80 unsigned rt_type; member in struct:dn_route
H A Droute.h62 __u16 rt_type; member in struct:rtable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_options.c611 if (rt->rt_type == RTN_UNICAST) {
617 if (rt->rt_type != RTN_LOCAL)
631 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) {
637 if (rt2->rt_type != RTN_LOCAL)
H A Dip_input.c365 if (rt->rt_type == RTN_MULTICAST) {
368 } else if (rt->rt_type == RTN_BROADCAST)
H A Dxfrm4_policy.c95 xdst->u.rt.rt_type = rt->rt_type;
H A Dip_output.c193 if (rt->rt_type == RTN_MULTICAST) {
195 } else if (rt->rt_type == RTN_BROADCAST)
1336 if (rt->rt_type == RTN_MULTICAST)
H A Droute.c1110 if (rt->rt_type == RTN_UNICAST || rt->fl.iif == 0) {
1208 if (rt->rt_type == RTN_UNICAST || rt->fl.iif == 0) {
1840 rt->rt_type = res->type;
1903 rth->rt_type = RTN_MULTICAST;
2232 rth->rt_type = res.type;
2772 rt->rt_type = ort->rt_type;
2842 r->rtm_type = rt->rt_type;
H A Dip_fragment.c208 if (skb_rtable(head)->rt_type != RTN_LOCAL)
H A Darp.c954 addr_type = rt->rt_type;
H A Dtcp_ipv4.c603 if (skb_rtable(skb)->rt_type != RTN_LOCAL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c806 rt->rt_type = res->type;
1479 r->rtm_type = rt->rt_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dipv4.c523 if (skb_rtable(rxskb)->rt_type != RTN_LOCAL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dsit.c710 if (rt->rt_type != RTN_UNICAST) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_core.c248 ((rt->dst.input != ip_forward) || (rt->rt_type != RTN_UNICAST))) ||

Completed in 289 milliseconds