Searched refs:RTA_DST (Results 1 - 8 of 8) sorted by relevance
/third_party/ltp/testcases/network/stress/route/ |
H A D | route-change-netlink.c | 224 mnl_attr_put(nlh, RTA_DST, sizeof(struct in6_addr), &dst_in6); in rtnl_route() 227 mnl_attr_put_u32(nlh, RTA_DST, dst_ip); in rtnl_route()
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 1616 if (attr[RTA_DST]) { in display_route_info() 1617 inetval = (char *)inet_ntop(msg->rtm_family, RTA_DATA(attr[RTA_DST]), in display_route_info() 1620 memcmp(RTA_DATA(attr[RTA_DST]), &gfilter.rdst.addr, gfilter.rdst.len)) in display_route_info() 1623 memcmp(RTA_DATA(attr[RTA_DST]), &gfilter.mdst.addr, gfilter.mdst.len)) in display_route_info() 1812 (!idx ? RTA_SRC : RTA_DST), addr, len); in route_get() 2098 if (len) add_string_to_rtattr(&req.hdr, sizeof(req),RTA_DST, addr, len); in route_update() 2222 (idx ? RTA_DST : RTA_SRC), addr, len); in ruleupdate() 2355 if (attr[RTA_DST]) { in show_rules() 2357 ? inet_ntop(msg->rtm_family, RTA_DATA(attr[RTA_DST]), in show_rules()
|
/third_party/libwebsockets/lib/roles/netlink/ |
H A D | ops-netlink.c | 261 case RTA_DST: in rops_handle_POLLIN_netlink() 268 lwsl_cx_netlink(cx, "Local addr: RTA_DST -> added to RTA_SRC"); in rops_handle_POLLIN_netlink() 275 lwsl_cx_netlink(cx, "RTA_DST: %s", buf); in rops_handle_POLLIN_netlink()
|
/third_party/ltp/lib/ |
H A D | tst_netdevice.c | 427 if (dstaddr && !tst_rtnl_add_attr(file, lineno, ctx, RTA_DST, dstaddr, in modify_route()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1430 pub const RTA_DST: ::c_ushort = 0x1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2923 pub const RTA_DST: ::c_ushort = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2868 pub const RTA_DST: ::c_ushort = 1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4459 pub const RTA_DST: ::c_int = 0x1; consts
|
Completed in 48 milliseconds