Home
last modified time | relevance | path

Searched refs:RTN_UNICAST (Results 1 – 13 of 13) sorted by relevance

/external/iproute2/ip/
Drtm_map.c30 case RTN_UNICAST: in rtnl_rtntype_n2a()
84 res = RTN_UNICAST; in rtnl_rtntype_a2n()
Diprule.c203 else if (r->rtm_type != RTN_UNICAST) in print_rule()
260 req.r.rtm_type = RTN_UNICAST; in iprule_modify()
Diproute.c332 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()
/external/libnl/lib/route/
Drtnl.c57 __ADD(RTN_UNICAST,unicast)
Drule.c395 rtm.rtm_type = RTN_UNICAST; in build_rule_msg()
Droute_obj.c72 r->rt_type = RTN_UNICAST; in route_constructor()
/external/dhcpcd/
Dif-linux.c248 if (rtm->rtm_type != RTN_UNICAST || in link_route()
574 nlm->rt.rtm_type = RTN_UNICAST; in if_route()
/external/dnsmasq/src/
Dnetlink.c280 if (rtm->rtm_type != RTN_UNICAST || rtm->rtm_scope != RT_SCOPE_LINK) in nl_routechange()
/external/iproute2/misc/
Darpd.c282 req.ndm.ndm_type = RTN_UNICAST; in respond_to_kernel()
329 ndm->ndm_type != RTN_UNICAST || in do_one_request()
/external/libnl/include/linux/
Drtnetlink.h171 RTN_UNICAST, /* Gateway or direct route */ enumerator
/external/iproute2/include/linux/
Drtnetlink.h181 RTN_UNICAST, /* Gateway or direct route */ enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h193 RTN_UNICAST, /* Gateway or direct route */ enumerator
/external/toybox/toys/pending/
Dip.c92 {"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()