Searched refs:RTN_UNICAST (Results 1 – 13 of 13) sorted by relevance
30 case RTN_UNICAST: in rtnl_rtntype_n2a()84 res = RTN_UNICAST; in rtnl_rtntype_a2n()
203 else if (r->rtm_type != RTN_UNICAST) in print_rule()260 req.r.rtm_type = RTN_UNICAST; in iprule_modify()
332 if (r->rtm_type != RTN_UNICAST && !filter.type) in print_route()732 req.r.rtm_type = RTN_UNICAST; in iproute_modify()1005 else if (req.r.rtm_type == RTN_UNICAST || in iproute_modify()
57 __ADD(RTN_UNICAST,unicast)
395 rtm.rtm_type = RTN_UNICAST; in build_rule_msg()
72 r->rt_type = RTN_UNICAST; in route_constructor()
248 if (rtm->rtm_type != RTN_UNICAST || in link_route()574 nlm->rt.rtm_type = RTN_UNICAST; in if_route()
280 if (rtm->rtm_type != RTN_UNICAST || rtm->rtm_scope != RT_SCOPE_LINK) in nl_routechange()
282 req.ndm.ndm_type = RTN_UNICAST; in respond_to_kernel()329 ndm->ndm_type != RTN_UNICAST || in do_one_request()
171 RTN_UNICAST, /* Gateway or direct route */ enumerator
181 RTN_UNICAST, /* Gateway or direct route */ enumerator
193 RTN_UNICAST, /* Gateway or direct route */ enumerator
92 {"unicast", RTN_UNICAST}, {"local", RTN_LOCAL},1510 if (msg->rtm_type != RTN_UNICAST) in display_route_info()1925 req.msg.rtm_type = RTN_UNICAST; in route_update()2013 else if (req.msg.rtm_type == RTN_UNICAST || req.msg.rtm_type == RTN_UNSPEC) { in route_update()2100 request.msg.rtm_type = ((opt == RTM_DELRULE) ? RTN_UNSPEC : RTN_UNICAST); in ruleupdate()2283 } else if (msg->rtm_type != RTN_UNICAST) in show_rules()