Searched refs:RTN_UNICAST (Results 1 – 25 of 32) sorted by relevance
12
/external/strace/xlat/ |
D | routing_types.h | 13 #if defined(RTN_UNICAST) || (defined(HAVE_DECL_RTN_UNICAST) && HAVE_DECL_RTN_UNICAST) 15 static_assert((RTN_UNICAST) == (1), "RTN_UNICAST != 1"); 18 # define RTN_UNICAST 1 97 XLAT(RTN_UNICAST),
|
D | routing_types.in | 2 RTN_UNICAST 1
|
/external/iproute2/ip/ |
D | rtm_map.c | 30 case RTN_UNICAST: in rtnl_rtntype_n2a() 84 res = RTN_UNICAST; in rtnl_rtntype_a2n()
|
D | iprule.c | 331 else if (r->rtm_type != RTN_UNICAST) in print_rule() 595 req.r.rtm_type = RTN_UNICAST; in iprule_modify()
|
D | iproute.c | 368 if ((r->rtm_type != RTN_UNICAST || show_details > 0) && in print_route() 875 req.r.rtm_type = RTN_UNICAST; in iproute_modify() 1291 else if (req.r.rtm_type == RTN_UNICAST || in iproute_modify() 1301 req.r.rtm_type = RTN_UNICAST; in iproute_modify()
|
/external/libnl/lib/route/ |
D | rtnl.c | 62 __ADD(RTN_UNICAST,unicast)
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route_amd64.const | 355 RTN_UNICAST = 1
|
D | socket_netlink_route_arm.const | 355 RTN_UNICAST = 1
|
D | socket_netlink_route_386.const | 355 RTN_UNICAST = 1
|
D | socket_netlink_route_ppc64le.const | 355 RTN_UNICAST = 1
|
D | socket_netlink_route_arm64.const | 355 RTN_UNICAST = 1
|
/external/dnsmasq/src/ |
D | netlink.c | 254 if (rtm->rtm_type != RTN_UNICAST || rtm->rtm_scope != RT_SCOPE_LINK) return; in nl_routechange()
|
/external/iproute2/misc/ |
D | arpd.c | 276 .ndm.ndm_type = RTN_UNICAST, in respond_to_kernel() 324 ndm->ndm_type != RTN_UNICAST || in do_one_request()
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 181 RTN_UNICAST, /* Gateway or direct route */ enumerator
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_sparc64.go | 460 RTN_UNICAST = 0x1 const
|
D | ztypes_linux_s390x.go | 509 RTN_UNICAST = 0x1 const
|
D | ztypes_linux_386.go | 505 RTN_UNICAST = 0x1 const
|
D | ztypes_linux_mips.go | 506 RTN_UNICAST = 0x1 const
|
D | ztypes_linux_amd64.go | 509 RTN_UNICAST = 0x1 const
|
D | ztypes_linux_ppc64.go | 511 RTN_UNICAST = 0x1 const
|
D | ztypes_linux_mips64.go | 510 RTN_UNICAST = 0x1 const
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 211 RTN_UNICAST, /* Gateway or direct route */ enumerator
|
/external/toybox/toys/pending/ |
D | ip.c | 92 {"unicast", RTN_UNICAST}, {"local", RTN_LOCAL}, 1506 if (msg->rtm_type != RTN_UNICAST) in display_route_info() 1921 req.msg.rtm_type = RTN_UNICAST; in route_update() 2009 else if (req.msg.rtm_type == RTN_UNICAST || req.msg.rtm_type == RTN_UNSPEC) { in route_update() 2096 request.msg.rtm_type = ((opt == RTM_DELRULE) ? RTN_UNSPEC : RTN_UNICAST); in ruleupdate() 2279 } else if (msg->rtm_type != RTN_UNICAST) in show_rules()
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 218 RTN_UNICAST, /* Gateway or direct route */ enumerator
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | udpgso.c | 399 rt->rtm_type = RTN_UNICAST; in set_route_mtu()
|
12