Home
last modified time | relevance | path

Searched refs:RTM_NEWROUTE (Results 1 – 6 of 6) sorted by relevance

/third_party/libnl/lib/route/
Droute.c130 return build_route_msg(tmpl, RTM_NEWROUTE, NLM_F_CREATE | flags, in rtnl_route_build_add_request()
186 { RTM_NEWROUTE, NL_ACT_NEW, "new" },
Droute_obj.c513 case RTM_NEWROUTE : { in route_update()
/third_party/ltp/testcases/network/stress/route/
Droute-change-netlink.c187 type == RTM_NEWROUTE ? "RTM_NEWROUTE" : "RTM_DELROUTE", in brk_on_route_error()
208 if (type == RTM_NEWROUTE) in rtnl_route()
291 RTM_NEWROUTE); in run()
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h44 RTM_NEWROUTE = 24, enumerator
45 #define RTM_NEWROUTE RTM_NEWROUTE macro
/third_party/glib/gio/
Dgnetworkmonitornetlink.c360 case RTM_NEWROUTE: in read_netlink_messages()
398 if (msg->nlmsg_type == RTM_NEWROUTE) in read_netlink_messages()
/third_party/toybox/toys/pending/
Dip.c1580 if (mhdr->nlmsg_type != RTM_NEWROUTE) return 0; in display_route_info()
1845 if (mhdr->nlmsg_type != RTM_NEWROUTE) error_exit("not a route?"); in route_get()
2138 TT.route_cmd = RTM_NEWROUTE; in iproute()