Home
last modified time | relevance | path

Searched refs:RTN_UNICAST (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/network/stress/route/
H A Droute-change-netlink.c218 rtm->rtm_type = RTN_UNICAST; in rtnl_route()
/third_party/toybox/toys/pending/
H A Dip.c96 {"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()
2204 request.msg.rtm_type = ((opt == RTM_DELRULE) ? RTN_UNSPEC : RTN_UNICAST); in ruleupdate()
2387 } else if (msg->rtm_type != RTN_UNICAST) in show_rules()
/third_party/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c339 if (rm->rtm_type != RTN_UNICAST && in rops_handle_POLLIN_netlink()
/third_party/ltp/lib/
H A Dtst_netdevice.c389 .rtm_type = RTN_UNICAST in modify_route()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2942 pub const RTN_UNICAST: ::c_uchar = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2887 pub const RTN_UNICAST: ::c_uchar = 1; consts

Completed in 26 milliseconds