Searched refs:RTM_NEWROUTE (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/network/stress/route/ |
H A D | route-change-netlink.c | 185 type == RTM_NEWROUTE ? "RTM_NEWROUTE" : "RTM_DELROUTE", in brk_on_route_error() 206 if (type == RTM_NEWROUTE) in rtnl_route() 289 RTM_NEWROUTE); in run()
|
/third_party/libwebsockets/lib/roles/netlink/ |
H A D | ops-netlink.c | 202 case RTM_NEWROUTE: in rops_handle_POLLIN_netlink() 206 h->nlmsg_type == RTM_NEWROUTE ? in rops_handle_POLLIN_netlink() 328 case RTM_NEWROUTE: in rops_handle_POLLIN_netlink() 374 rmat = _lws_route_remove(pt, &robj, h->nlmsg_type == RTM_NEWROUTE ? in rops_handle_POLLIN_netlink()
|
/third_party/ltp/lib/ |
H A D | tst_netdevice.c | 491 return modify_route(file, lineno, strict, RTM_NEWROUTE, in tst_netdev_add_route() 500 return modify_route_inet(file, lineno, strict, RTM_NEWROUTE, in tst_netdev_add_route_inet()
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 1580 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()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2875 pub const RTM_NEWROUTE: u16 = 24; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2820 pub const RTM_NEWROUTE: u16 = 24; consts
|
Completed in 28 milliseconds