Searched refs:rt_family (Results 1 - 2 of 2) sorted by relevance

/external/libnl/lib/route/
H A Droute_obj.c68 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/
H A Dnetlink-types.h258 uint8_t rt_family; member in struct:rtnl_route

Completed in 396 milliseconds