Home
last modified time | relevance | path

Searched refs:RTN_MULTICAST (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/net/l2tp/
Dl2tp_ip.c274 chk_addr_ret != RTN_MULTICAST && chk_addr_ret != RTN_BROADCAST) in l2tp_ip_bind()
279 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in l2tp_ip_bind()
/linux-4.1.27/net/ipv4/
Dip_input.c360 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish()
Draw.c697 chk_addr_ret != RTN_MULTICAST && chk_addr_ret != RTN_BROADCAST) in raw_bind()
700 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in raw_bind()
Dfib_semantics.c113 [RTN_MULTICAST] = {
905 case RTN_MULTICAST: in fib_create_info()
Droute.c1487 rth->rt_type = RTN_MULTICAST; in ip_route_input_mc()
1955 type = RTN_MULTICAST; in __mkroute_output()
1966 } else if (type == RTN_MULTICAST) { in __mkroute_output()
2048 if (type == RTN_MULTICAST) { in __mkroute_output()
Daf_inet.c467 chk_addr_ret != RTN_MULTICAST && in inet_bind()
492 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in inet_bind()
Dip_output.c180 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
1378 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
Darp.c263 if (neigh->type == RTN_MULTICAST) { in arp_constructor()
Dfib_trie.c2344 [RTN_MULTICAST] = "MULTICAST",
2571 (fa->fa_type == RTN_MULTICAST)) in fib_route_seq_show()
Dfib_frontend.c224 return RTN_MULTICAST; in __inet_dev_addr_type()
Dping.c328 chk_addr_ret == RTN_MULTICAST || in ping_check_bind_addr()
Dipmr.c2195 rtm->rtm_type = RTN_MULTICAST; in __ipmr_fill_mroute()
2288 rtm->rtm_type = RTN_MULTICAST; in ipmr_fill_mroute()
/linux-4.1.27/drivers/s390/net/
Dqeth_l3_main.c969 if (cast_type == RTN_MULTICAST) in qeth_l3_get_qeth_hdr_flags4()
979 if (cast_type == RTN_MULTICAST) in qeth_l3_get_qeth_hdr_flags6()
2747 (cast_type == RTN_MULTICAST) || in qeth_l3_get_cast_type()
2758 RTN_MULTICAST : 0; in qeth_l3_get_cast_type()
2761 RTN_MULTICAST : 0; in qeth_l3_get_cast_type()
2775 return RTN_MULTICAST; in qeth_l3_get_cast_type()
2781 return RTN_MULTICAST; in qeth_l3_get_cast_type()
2866 hdr->hdr.l3.flags = (cast_type == RTN_MULTICAST) ? in qeth_l3_fill_header()
Dqeth_l2_main.c251 return RTN_MULTICAST; in qeth_l2_get_cast_type()
264 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
/linux-4.1.27/include/uapi/linux/
Drtnetlink.h206 RTN_MULTICAST, /* Multicast route */ enumerator
/linux-4.1.27/net/decnet/
Ddn_fib.c73 [RTN_MULTICAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
/linux-4.1.27/net/ipv6/
Daf_inet6.c312 chk_addr_ret != RTN_MULTICAST && in inet6_bind()
Dip6mr.c2279 rtm->rtm_type = RTN_MULTICAST; in __ip6mr_fill_mroute()
2380 rtm->rtm_type = RTN_MULTICAST; in ip6mr_fill_mroute()
Dndisc.c322 neigh->type = is_multicast ? RTN_MULTICAST : RTN_UNICAST; in ndisc_constructor()