Searched refs:RTF_REJECT (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | route.h | 61 #define RTF_REJECT 0x0200 /* Reject route */ macro
|
/linux-2.4.37.9/net/ipv4/ |
D | fib_semantics.c | 768 if (r->rt_flags&RTF_REJECT) { in fib_convert_rtentry() 1009 0, 0, 0, 0, 0, 0, 0, RTF_REJECT, RTF_REJECT, 0, 0, 0 in fib_flag_trans()
|
/linux-2.4.37.9/net/ipv6/ |
D | route.c | 114 NULL, {{{0}}}, RTF_REJECT|RTF_NONEXTHOP, ~0U, 779 if ((rtmsg->rtmsg_flags&RTF_REJECT) || in ip6_route_add() 788 rt->rt6i_flags = RTF_REJECT|RTF_NONEXTHOP; in ip6_route_add() 1522 rtmsg->rtmsg_flags |= RTF_REJECT; in inet6_rtm_to_rtmsg() 1602 if (rt->rt6i_flags&RTF_REJECT) in rt6_fill_node()
|
D | ip6_fw.c | 53 NULL, {{{0}}}, 256, RTF_REJECT|RTF_NONEXTHOP, ~0UL,
|
/linux-2.4.37.9/net/decnet/ |
D | dn_table.c | 746 0, 0, 0, 0, 0, 0, 0, RTF_REJECT, RTF_REJECT, 0, 0, 0 in dn_fib_flag_trans()
|