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

  /external/libnl/lib/route/
route_obj.c 68 r->rt_family = AF_UNSPEC;
137 nl_dump_line(p, "%s ", nl_af2str(r->rt_family, buf, sizeof(buf)));
301 nl_af2str(route->rt_family, buf, sizeof(buf)));
367 diff |= ROUTE_DIFF(FAMILY, a->rt_family != b->rt_family);
572 route->rt_family = family;
580 return route->rt_family;
586 if (addr->a_family != route->rt_family)
589 route->rt_family = addr->a_family;
613 if (addr->a_family != route->rt_family)
    [all...]
  /external/libnl/include/
netlink-types.h 258 uint8_t rt_family; member in struct:rtnl_route

Completed in 66 milliseconds