HomeSort by relevance Sort by last modified time
    Searched refs:rt_scope (Results 1 - 2 of 2) 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

Completed in 104 milliseconds