Home
last modified time | relevance | path

Searched refs:rt_scope (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/route/
Droute_obj.c70 r->rt_scope = RT_SCOPE_NOWHERE; in route_constructor()
223 if (r->ce_mask & ROUTE_ATTR_SCOPE && r->rt_scope != RT_SCOPE_NOWHERE) in route_dump_details()
225 rtnl_scope2str(r->rt_scope, buf, sizeof(buf))); in route_dump_details()
360 diff |= ROUTE_DIFF(SCOPE, a->rt_scope != b->rt_scope); in route_compare()
613 route->rt_scope = scope; in rtnl_route_set_scope()
619 return route->rt_scope; in rtnl_route_get_scope()
1033 route->rt_scope = rtm->rtm_scope; in rtnl_route_parse()
1189 .rtm_scope = route->rt_scope, in rtnl_route_build_msg()
/external/toybox/toys/pending/
Dip.c92 static struct arglist *rt_scope[RPDB_ENTRIES]; variable
271 alist = rt_scope; in getlist()
274 init_arglist(rt_scope,0,"global"); in getlist()
275 init_arglist(rt_scope,200,"site"); in getlist()
276 init_arglist(rt_scope,253,"link"); in getlist()
277 init_arglist(rt_scope,254,"host"); in getlist()
278 init_arglist(rt_scope,255,"nowhere"); in getlist()
279 parseRPDB("/etc/iproute2/rt_scopes", alist, ARRAY_LEN(rt_scope)); in getlist()
2903 if (rtscope_init) free_alist(rt_scope); in ip_main()
/external/libnl/include/netlink-private/
Dtypes.h286 uint8_t rt_scope; member