Searched refs:RTN_LOCAL (Results 1 – 8 of 8) sorted by relevance
32 case RTN_LOCAL: in rtnl_rtntype_n2a()65 res = RTN_LOCAL; in rtnl_rtntype_a2n()
164 if (r->rtm_type != RTN_LOCAL) in filter_nlmsg()167 if (r->rtm_type == RTN_LOCAL) in filter_nlmsg()1193 if (req.r.rtm_type == RTN_LOCAL || in iproute_modify()1203 else if (req.r.rtm_type == RTN_LOCAL || in iproute_modify()
58 __ADD(RTN_LOCAL,local)
819 if (route->rt_type == RTN_LOCAL) in rtnl_route_guess_scope()
172 RTN_LOCAL, /* Accept locally */ enumerator
201 RTN_LOCAL, /* Accept locally */ enumerator
92 {"unicast", RTN_UNICAST}, {"local", RTN_LOCAL},1481 if (gfilter.tb == RT_TABLE_LOCAL && msg->rtm_type != RTN_LOCAL) in display_route_info()1483 else if (gfilter.tb == RT_TABLE_MAIN && msg->rtm_type == RTN_LOCAL) in display_route_info()2004 if (req.msg.rtm_type == RTN_LOCAL || req.msg.rtm_type == RTN_NAT) in route_update()