Searched refs:RTN_UNICAST (Results 1 – 7 of 7) sorted by relevance
63 __ADD(RTN_UNICAST,unicast),
78 r->rt_type = RTN_UNICAST; in route_constructor()
220 rtm->rtm_type = RTN_UNICAST; in rtnl_route()
218 RTN_UNICAST, /* Gateway or direct route */ enumerator
330 if (rm->rtm_type != RTN_UNICAST && in rops_handle_POLLIN_netlink()
95 {"unicast", RTN_UNICAST}, {"local", RTN_LOCAL},1614 if (msg->rtm_type != RTN_UNICAST) in display_route_info()2033 req.msg.rtm_type = RTN_UNICAST; in route_update()2119 else if (req.msg.rtm_type == RTN_UNICAST || req.msg.rtm_type == RTN_UNSPEC) { in route_update()2206 request.msg.rtm_type = ((opt == RTM_DELRULE) ? RTN_UNSPEC : RTN_UNICAST); in ruleupdate()2389 } else if (msg->rtm_type != RTN_UNICAST) in show_rules()
385 .rtm_type = RTN_UNICAST in modify_route()