HomeSort by relevance Sort by last modified time
    Searched refs:rt_scope (Results 1 - 3 of 3) sorted by null

  /external/libnl/lib/route/
route_obj.c 69 r->rt_scope = RT_SCOPE_NOWHERE;
221 if (r->ce_mask & ROUTE_ATTR_SCOPE && r->rt_scope != RT_SCOPE_NOWHERE)
223 rtnl_scope2str(r->rt_scope, buf, sizeof(buf)));
333 rtnl_scope2str(route->rt_scope, buf, sizeof(buf)));
371 diff |= ROUTE_DIFF(SCOPE, a->rt_scope != b->rt_scope);
525 route->rt_scope = scope;
531 return route->rt_scope;
937 route->rt_scope = rtm->rtm_scope;
1088 .rtm_scope = route->rt_scope,
    [all...]
  /external/libnl/include/
netlink-types.h 263 uint8_t rt_scope; member in struct:rtnl_route
  /external/toybox/toys/pending/
ip.c 89 static struct arglist *rt_scope[RPDB_ENTRIES]; variable in typeref:struct:arglist
250 alist = rt_scope;
253 init_arglist(rt_scope,0,"global");
254 init_arglist(rt_scope,200,"site");
255 init_arglist(rt_scope,253,"link");
256 init_arglist(rt_scope,254,"host");
257 init_arglist(rt_scope,255,"nowhere");
258 parseRPDB("/etc/iproute2/rt_scopes", alist, ARRAY_LEN(rt_scope));
    [all...]

Completed in 205 milliseconds