Searched refs:rt_scope (Results 1 – 3 of 3) sorted by relevance
/third_party/libnl/lib/route/ |
D | route_obj.c | 75 r->rt_scope = RT_SCOPE_NOWHERE; in route_constructor() 228 if (r->ce_mask & ROUTE_ATTR_SCOPE && r->rt_scope != RT_SCOPE_NOWHERE) in route_dump_details() 230 rtnl_scope2str(r->rt_scope, buf, sizeof(buf))); in route_dump_details() 384 diff |= ROUTE_DIFF(SCOPE, a->rt_scope != b->rt_scope); in route_compare() 640 route->rt_scope = scope; in rtnl_route_set_scope() 646 return route->rt_scope; in rtnl_route_get_scope() 1143 route->rt_scope = rtm->rtm_scope; in rtnl_route_parse() 1358 .rtm_scope = route->rt_scope, in rtnl_route_build_msg()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 92 static struct arglist *rt_scope[RPDB_ENTRIES]; variable 270 alist = rt_scope; in getlist() 273 init_arglist(rt_scope,0,"global"); in getlist() 274 init_arglist(rt_scope,200,"site"); in getlist() 275 init_arglist(rt_scope,253,"link"); in getlist() 276 init_arglist(rt_scope,254,"host"); in getlist() 277 init_arglist(rt_scope,255,"nowhere"); in getlist() 278 parseRPDB("/etc/iproute2/rt_scopes", alist, ARRAY_LEN(rt_scope)); in getlist() 2902 if (rtscope_init) free_alist(rt_scope); in ip_main()
|
/third_party/libnl/include/netlink-private/ |
D | types.h | 338 uint8_t rt_scope; member
|