Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Drtnl.c63 __ADD(RTN_UNICAST,unicast),
Droute_obj.c78 r->rt_type = RTN_UNICAST; in route_constructor()
/third_party/ltp/testcases/network/stress/route/
Droute-change-netlink.c220 rtm->rtm_type = RTN_UNICAST; in rtnl_route()
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h218 RTN_UNICAST, /* Gateway or direct route */ enumerator
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c330 if (rm->rtm_type != RTN_UNICAST && in rops_handle_POLLIN_netlink()
/third_party/toybox/toys/pending/
Dip.c95 {"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()
/third_party/ltp/lib/
Dtst_netdevice.c385 .rtm_type = RTN_UNICAST in modify_route()