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 70 r->rt_scope = RT_SCOPE_NOWHERE;
223 if (r->ce_mask & ROUTE_ATTR_SCOPE && r->rt_scope != RT_SCOPE_NOWHERE)
225 rtnl_scope2str(r->rt_scope, buf, sizeof(buf)));
360 diff |= ROUTE_DIFF(SCOPE, a->rt_scope != b->rt_scope);
613 route->rt_scope = scope;
619 return route->rt_scope;
1033 route->rt_scope = rtm->rtm_scope;
1189 .rtm_scope = route->rt_scope,
  /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...]
  /external/libnl/include/netlink-private/
types.h 286 uint8_t rt_scope; member in struct:rtnl_route

Completed in 115 milliseconds